mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-15 23:31:46 +00:00
Created file test/README.md
This commit is contained in:
parent
b936b76bd6
commit
f348da21a2
27
test/README.md
Normal file
27
test/README.md
Normal file
@ -0,0 +1,27 @@
|
||||
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 |
|
Loading…
x
Reference in New Issue
Block a user