| ??? 03/05/01 16:32 Read: times |
#9758 - RE: 8052 subroutines |
Hi Siobhan,
0000H shouldn't be the origin of your code. You need to jump over the lower bytes of the code memory map to say, 100H, THEN start your code. Otherwise you trample over the interrupt vector table and make a right mess ! ORG 0000H SJMP 100H ;Initialise the stack. ;Your code Steve |
| Topic | Author | Date |
| 8052 subroutines | 01/01/70 00:00 | |
| RE: 8052 subroutines | 01/01/70 00:00 | |
| RE: 8052 subroutines | 01/01/70 00:00 | |
| RE: 8052 subroutines | 01/01/70 00:00 | |
| RE: 8052 subroutines | 01/01/70 00:00 | |
| RE: 8052 subroutines | 01/01/70 00:00 | |
RE: 8052 subroutines | 01/01/70 00:00 |



