Gotchas: Difference between revisions

Content added Content deleted
Line 96: Line 96:
STA $3100
STA $3100
JMP ($30FF) ;rather than take the high byte from $3100, the high byte is taken from $3000 instead.</lang>
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}}==
=={{header|68000 Assembly}}==