Apple 1 Computer Emulator
Go to file
2017-11-25 21:17:39 -02:00
apple1.xcodeproj Update project Xcode 2017-11-25 21:16:29 -02:00
doc
src accepting numbers, text, and other symbols as user input 2017-11-22 23:28:49 -02:00
.gitignore
build.sh adding -lcurses for compiling with curses lib 2017-11-20 12:43:26 -02:00
curses.c adding some curses example for further coding in apple 1 emulator 2017-11-20 00:35:29 -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.