some tests
authornotaz <notasas@gmail.com>
Mon, 25 Sep 2017 22:52:36 +0000 (01:52 +0300)
committernotaz <notasas@gmail.com>
Mon, 25 Sep 2017 22:52:36 +0000 (01:52 +0300)
commitffd4b35c4235e0c1a10cb8137c607c4788fd543a
tree85368572695af7e79e4ed3de35b7ea148b6752e4
parent3ee911dcf68d53ea0febcb256b34e7848b7c2bf0
some tests

working, sorta
20 files changed:
testpico/Makefile [new file with mode: 0644]
testpico/UNLICENSE [moved from sramtest/UNLICENSE with 100% similarity]
testpico/asmtools.h [new file with mode: 0644]
testpico/asmtools.s [new file with mode: 0644]
testpico/data.s [new file with mode: 0644]
testpico/fill.c [new file with mode: 0644]
testpico/font.bin [moved from sramtest/font.bin with 100% similarity]
testpico/main.c [new file with mode: 0644]
testpico/sega.ld [new file with mode: 0644]
testpico/sega_gcc.s [new file with mode: 0644]
testpico/z80_test.s80 [new file with mode: 0644]
testsram/Makefile [moved from sramtest/Makefile with 100% similarity]
testsram/UNLICENSE [new file with mode: 0644]
testsram/asmtools.h [moved from sramtest/asmtools.h with 100% similarity]
testsram/asmtools.s [moved from sramtest/asmtools.s with 100% similarity]
testsram/data.s [moved from sramtest/data.s with 100% similarity]
testsram/font.bin [new file with mode: 0644]
testsram/main.c [moved from sramtest/main.c with 100% similarity]
testsram/sega.ld [moved from sramtest/sega.ld with 100% similarity]
testsram/sega_gcc.s [moved from sramtest/sega_gcc.s with 100% similarity]