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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/06/00 06:19
Read: times


 
#4909 - RE: Writing Interrupt Handler in Assembly
Hi Lee,

> I do not want to compile into an SRC file and then modify

Why not ?
Since then the compiler insert all expressions and controls needed for the linker.

Yes, you can also go the stony way:
- study the linker manual in depth,
- insert all expressions and controls manually.


Please watch, that typically full assembler sources assembled into a single object. And so no linker expressions and controls needed.
Then all variables public and data and code fixed already in the object file. The linker must only stupid convert it to binary.


Peter


List of 2 messages in thread
TopicAuthorDate
Writing Interrupt Handler in Assembly            01/01/70 00:00      
RE: Writing Interrupt Handler in Assembly            01/01/70 00:00      

Back to Subject List