Apple 1 Computer Emulator
Go to file
Thiago Auler dos Santos 5332a3a9e7 correcting buffer for reading and writing 2017-11-26 01:54:43 -02:00
apple1.xcodeproj Updating xcode project 2017-11-25 21:42:54 -02:00
doc original documentations added for reference 2017-11-14 09:04:33 -02:00
src correcting buffer for reading and writing 2017-11-26 01:54:43 -02:00
.gitignore start implementation for I/O in the machine 2017-11-17 20:54:19 -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
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.