| ??? 05/07/03 21:45 Read: times |
#45046 - RE: multi-tasking in software Responding to: ???'s previous message |
You should remove your code from the interrupt vector locations.. This wont make your code work ,but its a start.
ORG 00H JMP start ORG 40H ; program start start: |



