Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/24/02 00:49
Read: times


 
#21114 - RE: native-code line-by-line assembler?
Thanks for the suggestion.

I've looked at the 'C' source, but ... (1) it's not really suited for use as a line-by-line assembler as one might want in a debug monitor, and (2) it's part of a 'C' program, meaning its resources are scattered throughout the program and that makes its use objectionalbly cumbersome for the very limited capability that's needed.

There's no need for a symbol table, nor is there any need for an extensive parser, since symbols are not variable. The only symbols it needs to use are the instruction names and the few symbols used to designate the addressing modes.

Those functions are pretty simple by comparison with what's supported in the file-system supported assembler written in 'C'.

Dick


List of 7 messages in thread
TopicAuthorDate
native-code line-by-line assembler?            01/01/70 00:00      
RE: native-code line-by-line assembler?            01/01/70 00:00      
RE: native-code line-by-line assembler?            01/01/70 00:00      
RE: native-code line-by-line assembler?            01/01/70 00:00      
RE: native-code line-by-line assembler?            01/01/70 00:00      
RE: native-code line-by-line assembler?            01/01/70 00:00      
RE: native-code line-by-line assembler?            01/01/70 00:00      

Back to Subject List