??? 04/17/04 12:29 Read: times |
#68683 - RE: Jumping from Routine to memory space?? Responding to: ???'s previous message |
Yes you can. It is easier for you later on if you define LABELS for your routines, like in your program
org 0023H Jmp 0100H instead JMP SERIAL RETI This is not needed . . . org 0100H SERIAL: Mov etc " " RETI |
Topic | Author | Date |
Jumping from Routine to memory space?? | 01/01/70 00:00 | |
RE: Jumping from Routine to memory space?? | 01/01/70 00:00 | |
RE: Jumping from Routine to memory space?? | 01/01/70 00:00 | |
RE: Jumping from Routine to memory space??![]() | 01/01/70 00:00 |