Assembly guestion

Darrell N. darrelln at datalog.ab.ca
Fri Aug 24 17:34:07 GMT 2001


> When using ashc11, is there a way to scroll page by page when the assembly
> fails being assembled?.  So as to see where all the errors are?. Bruce

The best way is to generate a listing file while assembling, using the L 
command line option.  This will create a file called [yourfilename].lst, 
which contains all errors in assembly, plus all the machine code 
generated line by line.  This is handy to see if the instructions you 
entered actually generated the code you wanted.  Takes up a fair bit of 
disk space, but worth it for debugging purposes.  Just load it with your 
regular text editor.

regards
darrell
----------------------------------------------------------------------------
To unsubscribe from gmecm, send "unsubscribe gmecm" (without the quotes)
in the body of a message (not the subject) to majordomo at lists.diy-efi.org




More information about the Gmecm mailing list