1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-11-22 01:31:33 +00:00
C02/test
2019-12-20 13:37:56 -05:00
..
_files.txt
a1.bat Modified test/a1.bat, test/a2.bat to use a02.exe 2019-11-20 01:09:22 -05:00
a2.bat Modified test/a1.bat, test/a2.bat to use a02.exe 2019-11-20 01:09:22 -05:00
a02.bat
c02.bat
c64.bat
conds.c02 Updated test programs conds, echo, echohex, hello, loops 2019-11-20 01:08:09 -05:00
echo.c02 Updated test programs conds, echo, echohex, hello, loops 2019-11-20 01:08:09 -05:00
echohex.c02 Updated test programs conds, echo, echohex, hello, loops 2019-11-20 01:08:09 -05:00
fileread.c02
forforpf.c02
funcs.c02
hello.c02 Updated test programs conds, echo, echohex, hello, loops 2019-11-20 01:08:09 -05:00
ints.c02
joystick.c02
keydefs.c02 Modified keydef module to use structs 2019-12-20 13:37:56 -05:00
lightpen.c02
loops.c02 Updated test programs conds, echo, echohex, hello, loops 2019-11-20 01:08:09 -05:00
o1.bat
orao.bat
p65.bat
paddles.c02
README.md Created file test/README.md 2019-11-20 01:10:51 -05:00
scrntst.c02
sdeftest.c02
slibtest.c02
strings.c02
structs.c02
testilib.c02
testiox.c02
teststk.c02
teststkx.c02
testutil.c02
v8k.bat
x16.bat
x64.ini
xmemtest.c02
xvic.ini

C02 Test Directory Contents

Compile and Run Batch Files

| c02.bat | Compile .c02 file into .asm file | | a02.bat | Assemble .asm file into .bin file | | a1.bat | Compile/Assemble .c02 file to .asc Monitor Format | | a2.bat | Compile/Assemble .c02 file to .dsk and run AppleWin | | c64.bat | Compile/Assemble .c02 file to .prg and run x64 | | o1.bat | Compile/Assemble .c02 file to .tap for Oricutron | | orao.bat | Compile/Assemble .c02 file to .wav for Orao Emulator | | p65.bat | Compile/Assemble .c02 file to .bin for py65m | | v8k.bat | Compile/Assemble .c02 file to .prg and run xvic | | x16.bat | Compile/Assemble .c02 file to .prg and run x16emu |

C02 Test/Demo Programs

| hello.c02 | Print "HELLO WORLD" using prtstr() | | echo.c02 | Echo typed characters to screen | | echohex.c02 | Display Hex Codes for types characters | | conds.c02 | Test Conditional operators | | loops.c02 | Test Loop and Conditional keywords | | scrntst.c02 | Test module screen.h02 functions | | sdeftest.c02 | Test module stddef.h02 functions |