Added: Midas
Fixes: #566 Co-Authored-By: Lars Brinkhoff <lars.spam@nocrew.org>
This commit is contained in:
17
a/assembler_pdp10_midas.mid
Normal file
17
a/assembler_pdp10_midas.mid
Normal 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
|
||||
Reference in New Issue
Block a user