1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-03 04:29:31 +00:00
C02/test
2020-04-27 12:53:59 -04:00
..
_files.txt Updated and tested programs in test/ directory 2018-08-19 18:24:02 -04:00
a1.bat Modified test/a1.bat, test/a2.bat to use a02.exe 2019-11-20 01:09:22 -05:00
a02.bat Changed Batch Files in test/ to use a02.exe 2019-11-18 01:38:23 -05:00
a2.bat Modified test/a1.bat, test/a2.bat to use a02.exe 2019-11-20 01:09:22 -05:00
c02.bat Changed Batch Files in test/ to use a02.exe 2019-11-18 01:38:23 -05:00
c64.bat Changed Batch Files in test/ to use a02.exe 2019-11-18 01:38:23 -05:00
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 Added test/fileread.c02 for VIC-20 and C64 2019-03-29 19:09:04 -04:00
forforpf.c02 Updated and tested programs in test/ directory 2018-08-19 18:24:02 -04:00
funcs.c02 Updated and tested programs in test/ directory 2018-08-19 18:24:02 -04:00
hello.c02 Updated test programs conds, echo, echohex, hello, loops 2019-11-20 01:08:09 -05:00
ints.c02 Added Various .c02 files from test/ 2019-11-19 13:52:21 -05:00
joystick.c02 Updated joystick test program 2018-11-07 00:12:05 -05:00
keydefs.c02 Modified keydef module to use structs 2019-12-20 13:37:56 -05:00
lightpen.c02 Tested Oric-1 joystk and lgtpen modules 2018-09-16 20:53:34 -04:00
loops.c02 Updated test programs conds, echo, echohex, hello, loops 2019-11-20 01:08:09 -05:00
o1.bat Tested Oric-1 joystk and lgtpen modules 2018-09-16 20:53:34 -04:00
orao.bat Changed Batch Files in test/ to use a02.exe 2019-11-18 01:38:23 -05:00
p65.bat Updated and tested programs in test/ directory 2018-08-19 18:24:02 -04:00
paddles.c02 Added modules joystk and paddle for c64 2018-09-17 11:34:26 -04:00
r65.bat Updated run6502 header and batch file 2020-04-27 12:53:59 -04:00
README.md Created file test/README.md 2019-11-20 01:10:51 -05:00
scrntst.c02 Updated scrntst.c02 and all screen.h02, screen.a02 2019-11-20 01:06:34 -05:00
sdeftest.c02 Replaced test/testsd.c02 with test/sdeftest.c02 2019-11-19 22:29:05 -05:00
slibtest.c02 Replaced testsl.c02, testslib.c02 with slibtest.c02 and debugged stdlib.a02 2019-11-20 00:47:02 -05:00
strings.c02 Updated and tested programs in test/ directory 2018-08-19 18:24:02 -04:00
structs.c02 Allow int members in structs 2019-05-12 23:34:47 -04:00
testilib.c02 Added Various .c02 files from test/ 2019-11-19 13:52:21 -05:00
testiox.c02 Changed placeholder from asterisk to question mark 2019-05-04 21:56:00 -04:00
teststk.c02 Changed placeholder from asterisk to question mark 2019-05-04 21:56:00 -04:00
teststkx.c02 Changed placeholder from asterisk to question mark 2019-05-04 21:56:00 -04:00
testutil.c02 Changed placeholder from asterisk to question mark 2019-05-04 21:56:00 -04:00
v8k.bat Changed Batch Files in test/ to use a02.exe 2019-11-18 01:38:23 -05:00
x16.bat Changed Batch Files in test/ to use a02.exe 2019-11-18 01:38:23 -05:00
x64.ini Added test/fileread.c02 for VIC-20 and C64 2019-03-29 19:09:04 -04:00
xmemtest.c02 Added Various .c02 files from test/ 2019-11-19 13:52:21 -05:00
xvic.ini Added test/fileread.c02 for VIC-20 and C64 2019-03-29 19:09:04 -04:00

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 |