dev86 icon indicating copy to clipboard operation
dev86 copied to clipboard

Aseembly output truncates without error (commit cf72284)

Open jbruchon opened this issue 8 years ago • 1 comments

Commit cf72284 causes assembler output to be truncated without an error in some cases. Testing against a previously working ELKS tree shows elkscmd/ktcp/vjhc.c fails when bcc calls as86 because the assembler output is truncated with no errors indicated; I produced a good vjhc.s of size 205992 and a bad vjhc.s with size 23192; the last line of the good file says ! 0 errors detected while the bad file simply stops in the middle of the code output.

jbruchon avatar Dec 12 '15 13:12 jbruchon

Sorry for the mixing of the issues, latest commit actually related to mfld-fr#10 and mfld-fr#11, not this one.

mfld-fr avatar Feb 10 '17 11:02 mfld-fr