Well after hours of searching I decided to look at the file with a hex editor. I found a non-printing character appended to the name of one of the interrupt routines. When I edited the character out,...
Type: Posts; User: PCzar3; Keyword(s):
Well after hours of searching I decided to look at the file with a hex editor. I found a non-printing character appended to the name of one of the interrupt routines. When I edited the character out,...
Hello Ioannis,
I have worked with Henrik in the past and he has been most helpful. I'll look again at what he has suggested. If I find the solution, I'll post an answer. If not, well I'll have to...
Hello Henrik,
I tried to compile the original DT Interrupt file linked from the DT Interrupts tab above. It generated the same error as I listed in my first post. It says that the "INTHAND" was...
Thanks for that enlightening comment Ioannis. If I posted all the code it would be about 4000 lines worth of code. The original question had to do with the assembler complaining about the...
Hello Demon.
here is the code. It does not show any errors for the main code but the DT interrupts when assembled gives the error code listed above.
CLEAR 'Clears...
Hello Demon,
the two line code snippet is from the interrupt code on this site. Downloads | Book of Interrupts
It is where the variable is defined and yet the assembler complains about it.
...