Apple 1 Computer Emulator
Go to file
Thiago Auler dos Santos e9a2292d11 updating gitignore to ignore xcode pojetct 2017-11-27 23:23:24 -02:00
apple1.xcodeproj updates in xcode project 2017-11-27 23:16:46 -02:00
doc adding reference card for 6502 2017-11-27 15:59:39 -02:00
src adding applesoft basic rom 2017-11-27 08:56:32 -02:00
.gitignore updating gitignore to ignore xcode pojetct 2017-11-27 23:23:24 -02:00
README.md Update README.md 2017-11-12 23:05:39 -02:00
build.sh adding -lcurses for compiling with curses lib 2017-11-20 12:43:26 -02:00

README.md

apple1

use build.sh to compile

documentation extracted from: http://e-tradition.net/bytes/6502/6502_instruction_set.html and http://www.llx.com/~nparker/a2/opcodes.html

check them out for a comprehensive documentation.