Jump anywhere: Difference between revisions

m
Line 2,827:
</pre>
=={{header|Z80 Assembly}}==
Like the 6502, the Z80 can access the entire address space of the CPU. There are no page faults, segfaults, or W^X protections on the Z80 - anything the program counter "sees" will be executed as code. Writes to read-only memory are silently ignored for the most part, but certain machines such as the Game Boy use runtime writes to ROM as a means of bankswitching, so you'll need to be familiar with your computer's documentation.
 
===Unconditional Jumping to a Fixed Location===
1,489

edits