This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
qdosmsq:traps:trap_3:suml [2009/07/07 07:42] norman |
qdosmsq:traps:trap_3:suml [2021/01/30 16:45] petri Add missing Trap #3 call to code example |
||
---|---|---|---|
Line 39: | Line 39: | ||
move.w | move.w | ||
moveq # | moveq # | ||
+ | trap #3 ; Do it | ||
tst.l | tst.l | ||
bne error ----> | bne error ----> | ||
</ | </ |