mirror of
https://github.com/PDP-10/its.git
synced 2026-02-26 17:03:20 +00:00
Created source for defanged JEDGAR.
From disassembly of SYS2; TS JEDGAR, dated 1976-09-29.
This commit is contained in:
Binary file not shown.
@@ -269,6 +269,10 @@ expect ":KILL"
|
||||
respond "*" ":midas sys1;ts timoon_syseng;timoon\r"
|
||||
expect ":KILL"
|
||||
|
||||
# jedgar
|
||||
respond "*" ":midas sys2; ts jedgar_sysen3; jedgar\r"
|
||||
expect ":KILL"
|
||||
|
||||
# ports
|
||||
respond "*" ":midas sys2;ts ports_sysen2;ports\r"
|
||||
expect ":KILL"
|
||||
|
||||
24
src/sysen3/jedgar.1
Normal file
24
src/sysen3/jedgar.1
Normal file
@@ -0,0 +1,24 @@
|
||||
TITLE FAKE JEDGAR
|
||||
|
||||
;This is not the original source code. It's created from disassembly
|
||||
;of the file SYS2; TS JEDGAR, dated 1976-09-29. The assembled binary
|
||||
;is identical.
|
||||
|
||||
CHI=1
|
||||
CHO=2
|
||||
|
||||
START: .OPEN CHI,['TTY]
|
||||
.VALUE
|
||||
.OPEN CHO,['#TTY]
|
||||
.VALUE
|
||||
MOVEI 4,20.
|
||||
.SLEEP 4,
|
||||
.IOT CHO,[-5,,[ascii /Am I licensed to kill? /]]
|
||||
.IOT CHI,5
|
||||
.VALUE [ASCIZ /:PROCED
|
||||
/]
|
||||
MOVEI 1,600
|
||||
.SLEEP 1,
|
||||
JRST .-2
|
||||
|
||||
END START
|
||||
Reference in New Issue
Block a user