Liste des Groupes | Revenir à cl c |
Compiles with Microsoft Visual Studio Community Edition 2017Oh my.
This file has all the details
https://github.com/plolcott/x86utm/blob/master/__Run_7.bat
Halt7.c is compiled and not linked with this line
cl /GS- /FA /FaHalt7.asm /c /arch:IA32 Halt7.c
The x86utm operating system is compiled and linked with this line
cl.exe /EHsc x86utm.cpp api.c decode.c mem.c ops.c ops2.c prim_ops.c
x86utm emulates the object code of Halt7.obj with this line:
x86utm Halt7.obj > Halt7out.txt
Les messages affichés proviennent d'usenet.