Add emu_6800_alt, and fairly simple tests based on Altair 6800 BASIC
authorNick Downing <nick@ndcode.org>
Sun, 24 Jul 2022 03:46:15 +0000 (13:46 +1000)
committerNick Downing <nick@ndcode.org>
Sun, 24 Jul 2022 03:48:13 +0000 (13:48 +1000)
commit6fdc9525b16cb3c4a6cb3b04a86757d010133bab
tree80f747dd9ecdc06bcab9ad97d44d07b22bfba579
parentb7f32d359875785b78159ab2033409d70f9e72bd
Add emu_6800_alt, and fairly simple tests based on Altair 6800 BASIC
.gitignore
.gitmodules
Makefile
basic_6800.s19 [new file with mode: 0644]
basic_test.txt [new file with mode: 0644]
doc/BASIC Manual 75.pdf [new file with mode: 0644]
doc/Undocumented Flags · hoglet67_Z80Decoder Wiki.pdf [new file with mode: 0644]
doc/z80-documented.pdf [new file with mode: 0644]
emu_6800.c [new file with mode: 0644]
sim68xx [new submodule]