Gotchas: Difference between revisions

m
Line 96:
STA $3100
JMP ($30FF) ;rather than take the high byte from $3100, the high byte is taken from $3000 instead.</lang>
 
As long as you don't put a number that looks like <code>$nnFF</code> in the parentheses as shown above, you can avoid this bug entirely.
 
=={{header|68000 Assembly}}==
1,489

edits