1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-08 21:29:30 +00:00
C02/test/README.md

28 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2019-11-20 06:10:51 +00: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 |