Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
spo600:6502_emulator [2025/01/29 16:02] – chris | spo600:6502_emulator [2025/04/09 21:14] (current) – chris |
---|
====== 6502 Emulator ====== | ====== 6502 Emulator ====== |
| |
A simple web-based [[6502]] emulator is available at [[http://6502.cdot.systems]] (note that this is an http link, not an https link). This emulator is used in the [[start|SPO600]] course to teach 8-bit [[Assembly Language|assembly language]] before transitioning to more complex 64-bit x86_64 and [[ARMv8#AArch64]] assembly language. | A simple web-based [[6502]] emulator is available at [[http://6502.proximity.on.ca]] (note that this is an http link, not an https link). This emulator is used in the [[start|SPO600]] course to teach 8-bit [[Assembly Language|assembly language]] before transitioning to more complex 64-bit x86_64 and [[ARMv8#AArch64]] assembly language. |
| |
In most 6502 documentation, including this page, the ''$'' prefix indicates hexadecimal notation. (Note that in some other contexts, hexadecimal is indicated by a ''0x'' prefix or an ''h'' suffix). | In most 6502 documentation, including this page, the ''$'' prefix indicates hexadecimal notation. (Note that in some other contexts, hexadecimal is indicated by a ''0x'' prefix or an ''h'' suffix). |