Humberto Costa
Humberto Costa
I fixed the code errors that prevented it from compiling. Now I've split CodeGen from the 8086 into a separate executable, and compressed the code enough so that it generates...
Usage of my modifications: smlrcc -8086 -doss -o hw.exe hw.c **generate executable compatible with Intel 8086** If omit -8086 flag, compiler will ignore all my modifications, generating 386 code in...
SMLRC86 in DOS Small and DOS Huge, has a limitation (only compiles with NO_EXTRAS flag)
> > Now I've split CodeGen from the 8086 into a separate executable, and compressed the code enough so that it generates an smlrc using -doss exe > > Such...
I cleaned up the 8086 code, and removed all the unnecessary extensions I had made to fit the compiler into the small model. I updated the code base to the...
I corrected the naming of the constants to be compatible with the format you use in other CodeGen, I added an error when trying to use OutputFormat incompatible with the...
I found an error when using smlrcc with the -8086 flag, I fixed it