Permalink
Failed to load latest commit information.
cpm Add (broken) graphics display Sep 12, 2017
file Cleanup + locking Sep 23, 2017
repl remove debug Oct 29, 2017
speccy bigger screen Dec 27, 2017
z80test-1.0 add z80test Sep 9, 2017
zexall Start porting prelim.z80 to zmac Jul 10, 2017
zog Add 'repl' machine, hooking stdin/stdout Oct 29, 2017
zogas label support: mark each linst with an addr, and do two passes - one … May 9, 2017
.gitignore ignore data files Sep 23, 2017
License.md Create License.md Mar 31, 2017
Makefile start on assembler, using PEG parser Mar 30, 2017
README.md Add farewell message. Oct 28, 2017
TODO Remove long T-state debug Oct 16, 2017
assemble.go add labels in assembly output Jul 25, 2017
assemble_test.go Enable running of test code. Jul 10, 2017
decode.go Improved flag handling (inc/dec/adc/sbc) and fixup tests Jul 13, 2017
decode_test.go add tests and support for 0xdd 0xcb prefix (and 0xfd) Apr 23, 2017
encode.go don't flag-set for instbin16 in encode.go Aug 9, 2017
encode_test.go fixup tests Apr 27, 2017
execute_test.go Fixup test Sep 17, 2017
instruction.go Add T-States and delay in exec loop Oct 16, 2017
location.go Support write16 to call registers Sep 17, 2017
machine.go Add (broken) graphics display Sep 12, 2017
memory.go Cleanup + locking Sep 23, 2017
resolve.go label support: mark each linst with an addr, and do two passes - one … May 9, 2017
tables.go ROT instructions, no tests. Wheee. Jul 5, 2017
test_util.go Add (broken) graphics display Sep 12, 2017
z80.go Enable running of test code. Jul 10, 2017
z80.peg Allow leading "A, " on AND assembly Jul 23, 2017
z80.peg.go Allow leading "A, " on AND assembly Jul 23, 2017
zog.go remove debug Oct 29, 2017