| ??? 03/29/10 21:06 Read: times |
#174608 - Interupt priorities Responding to: ???'s previous message |
okay, ive changed the my interupts to this:
CSEG ;Interupts
ORG 0000h
JMP MAIN ;jump to main
org 0003h
jmp LightGate1
ORG 000Bh
jmp OverflowHandler
org 0013H
jmp LightGate2
org 001BH
jmp Timer
I know polling isnt the most efficient way but what could i use instead of: jnb finished,$ ;wait for complete event to finish |
| Topic | Author | Date |
| Timer Problem Assembly Code | 01/01/70 00:00 | |
| Interrupt priorities... | 01/01/70 00:00 | |
| Also... | 01/01/70 00:00 | |
| The missing words | 01/01/70 00:00 | |
| You sure? | 01/01/70 00:00 | |
| many ways to skin a cat | 01/01/70 00:00 | |
| Actually very relevant | 01/01/70 00:00 | |
| My impression is | 01/01/70 00:00 | |
| Interesting, but missing the point surely... | 01/01/70 00:00 | |
| Interrupts are 'saved' | 01/01/70 00:00 | |
| Soft interrupts | 01/01/70 00:00 | |
| in a '51 forum | 01/01/70 00:00 | |
| Still missing the point... | 01/01/70 00:00 | |
| the missing reti's have already been mentioned | 01/01/70 00:00 | |
Apart from missing reti... | 01/01/70 00:00 | |
| Interupt priorities | 01/01/70 00:00 |



