Added: Midas

Fixes: #566
Co-Authored-By: Lars Brinkhoff <lars.spam@nocrew.org>
This commit is contained in:
Richie Bendall
2020-04-01 05:00:16 +13:00
parent 7880dcfef1
commit 49da13c444
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
TITLE Hello World
A==1
B==2
TYO==1
START: .OPEN TYO,[.UAO,,'TTY]
.LOSE
MOVE A,[440700,,HELLO]
LOOP: ILDB B,A
JUMPE B,[.LOGOUT 1,]
.IOT TYO,B
JRST LOOP
HELLO: ASCIZ /Hello World/
END START