Portable emulator of an Apple ][+ or //e. Written in Go. Runs Total Replay.
Go to file
Ivan Izaguirre 6e524093c1 Fixed JSR and BRK. Added disassemble. 2019-02-10 16:25:03 +01:00
execute.go Fixed JSR and BRK. Added disassemble. 2019-02-10 16:25:03 +01:00
execute_test.go Handle the virtual bits 5 and 4 when pushing P to the stack 2019-02-03 01:38:36 +01:00
main.go Move addressMode as porperty of every opcode 2019-02-10 14:01:57 +01:00
memory.go Move addressMode as porperty of every opcode 2019-02-10 14:01:57 +01:00
registers.go Handle the virtual bits 5 and 4 when pushing P to the stack 2019-02-03 01:38:36 +01:00
registers_test.go Flags updated 2019-01-27 23:03:08 +01:00