0 purchases
tiamat
tiamat #
virtual computer COMET2 emulator and virtual language CASL2 compiler.
links #
pub.dev
web app
macros #
IN #
GR1: input buffer
GR2: input length
LAD GR1,IBUF ; buffer
LAD GR2,32 ; length
SVC 1 ; input
copied to clipboard
OUT #
GR1: output buffer
GR2: output length
LAD GR1,IBUF ; buffer
LAD GR2,32 ; length
SVC 2 ; output
copied to clipboard
Specification #
IPA Shiken Yougo ver 4.2
CASL2 Format #
# with operand
[<label>]<space><opecode><spece><operand>[<space>[<comment>]]
# without operand
[<label>]<space><opecode>[<space>[<semicoron>[<comment>]]]
# comment line
[<space>]<semicoron>[<comment>]
copied to clipboard
Extended #
Address 1 ~ 99 are supervisor.
Program load to address 100.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.