1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-11-24 15:31:17 +00:00
C02/test
2022-07-09 18:25:34 -04:00
..
_files.txt
a1.bat Updated header and batch files: Apple 1 & 2, C64, VIC20, X16, run6502 2020-10-19 15:42:10 -04:00
a2.bat Updated header and batch files: Apple 1 & 2, C64, VIC20, X16, run6502 2020-10-19 15:42:10 -04:00
a02.bat
argtest.c02 Added c02 module args 2021-09-25 15:28:49 -04:00
bittest.c02 Completed, tested, debugged, and documented module bitlib 2020-10-04 22:17:09 -04:00
bittest.err Completed, tested, debugged, and documented module bitlib 2020-10-04 22:17:09 -04:00
blktest.c02 Update Module block and associated header variables 2020-10-15 22:58:12 -04:00
c02.bat
c64.bat Updated header and batch files: Apple 1 & 2, C64, VIC20, X16, run6502 2020-10-19 15:42:10 -04:00
conds.c02
ctypetst.c02 Added isalud() to ctype module 2022-07-09 18:25:34 -04:00
dirtest.c02 Updates to run6502 file modules and test programs 2020-10-14 10:59:25 -04:00
diskdir.c02 Updates to run6502 file modules and test programs 2020-10-14 10:59:25 -04:00
echo.c02
echohex.c02
fileread.c02
filerecs.c02 Updated File I/O tests, add Record File tests 2020-10-08 16:46:15 -04:00
filetest.c02 Updates to run6502 file modules and test programs 2020-10-14 10:59:25 -04:00
forforpf.c02
fstest.c02 Updates to run6502 file modules and test programs 2020-10-14 10:59:25 -04:00
funcs.c02
hello.c02
ilibtest.c02 Modified intlib to use system vars intacc, intarg, and intovr 2022-04-04 19:47:16 -04:00
joystick.c02
keydefs.c02 Updated module keydef with X16 keys 2020-10-13 23:24:07 -04:00
lightpen.c02
loops.c02
memtest.c02
miotest.c02
o1.bat
orao.bat
p65.bat
paddles.c02
r65.bat Updated header and batch files: Apple 1 & 2, C64, VIC20, X16, run6502 2020-10-19 15:42:10 -04:00
README.md
scrntst.c02
sdeftest.c02
siotest.c02 Added key names struct to moduke keydef 2020-10-13 17:18:46 -04:00
sioxtest.c02 Updated stdio and stdiox to reference DSTPTR and SRCPTR 2020-10-13 12:42:03 -04:00
slibtest.c02 Replaced goto loops with for(), and do() in slibtest.c02 2020-10-17 22:39:12 -04:00
stktest.c02 Combined stack and stackx modules, updated documentation and test program 2020-10-19 22:44:24 -04:00
strings.c02
structs.c02
teststkx.c02
testswp.c02
testtst.c02
testutil.c02
v8k.bat Updated header and batch files: Apple 1 & 2, C64, VIC20, X16, run6502 2020-10-19 15:42:10 -04:00
x16.bat Updated header and batch files: Apple 1 & 2, C64, VIC20, X16, run6502 2020-10-19 15:42:10 -04:00
x64.ini
xmemtest.c02 Updated test program for module xmemory 2020-10-23 18:15:36 -04:00
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 |