|
|||
|
|
|||
|
|
For those too young to remember, the WikiPedia:MOS_Technology_6502 and its siblings powered computers such as the KIM-1, the Apple // and ///, the Atari 400 and 800, and various Commodore models like the PET-2001, the VIC-20 and the C-64. An introduction to 6502 programming can be found at Machine Language For Beginners
Orgasm 0.22 for OS X This is an OS X version of Robert Norris' 6502 assembler called Orgasm. It can be used to generate object files for use with j6502. You can download it at https://www.ulfdittmer.com/content/orgasm-OSX.zip To run it, type orgasm -o output-file input-file, where input-file is a 6502 assembler file, and output-file is the generated object code. j6502 1.2 This is a new version of Richard Russo's 6502 simulator called j6502. The documentation still refers to version 1.0, but the program should be comprehensible as it is. You can download it at https://www.ulfdittmer.com/content/j6502-1.2.zip Changes from the original version include:
CategoryJava |