Auto setup module flow and packages as targets.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -13s

This commit is contained in:
Willem Cazander 2024-07-14 03:46:29 +02:00
parent f0cccf2bb3
commit c13a26d6b5
28 changed files with 420 additions and 259 deletions

View file

@ -0,0 +1,18 @@
.area _CODE
JP MAIN
.db 0x0D
.db 0x0D,0x0A
.str "TODO: MSX-DOS1 ver(sion) command."
.db 0x0D,0x0A
.db 0x1A
; TODO: code
;
; SUPPORT: ver
; - Prints DBOS version
; - exit
MAIN:
RET
.area _DATA