Compilation 2 under MINIX 2

xiaoxiao2021-03-06  18

It seems that the Minix platform does not bring a real assembly compiler to see Makefile, almost all of which use CC to compile assembly code. Moreover, even a "_main" tag even less simple and functional assembler.

In the default compiler (ie, CC) of Minix, the word operation instruction and the byte operation instruction are separated. I think this may be to simplify the design of the compiler. After all, it is easy to judge "MOVB AH, 12" than judging "MOV AH, 12" is much easier.

It's also a start, although it is very simple, but I think this is enough for people who will do. Here, you want to quote a sentence in Vim Tutor to end: "Do Not try to memorize, learn by usage."

转载请注明原文地址:https://www.9cbs.com/read-41008.html

New Post(0)