| ??? 09/18/00 16:00 Read: times |
#5136 - RE: int0 vs int1 is there a diffrent |
You should include the code:
ORG 0000h LJMP START ORG 0003h LJMP ext0 Currently you aren't jumping to START initially, and when ext0 is called at 0003h, you have no code to handle it. Remeber that ex0 is at 0003h, not at 0000h. Craig Steiner |
| Topic | Author | Date |
| int0 vs int1 is there a diffrent | 01/01/70 00:00 | |
| RE: int0 vs int1 is there a diffrent | 01/01/70 00:00 | |
RE: int0 vs int1 is there a diffrent | 01/01/70 00:00 |



