mirror of
https://github.com/PDP-10/its.git
synced 2026-03-04 02:35:00 +00:00
Fix GT40 boot ROM to assemble with PALX.
This commit is contained in:
@@ -1042,6 +1042,10 @@ respond "=YES" "1\r"
|
||||
respond "37000" "37000\r"
|
||||
expect ":KILL"
|
||||
|
||||
# GT40 boot ROM.
|
||||
respond "*" ":palx gt40;bootvt\r"
|
||||
expect ":KILL"
|
||||
|
||||
# KL10 front end debugger. Put it in the same directory as the
|
||||
# "MX" IOELEV.
|
||||
respond "*" ":palx sysbin;_syseng; klrug\r"
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
- BINPRT, display information about a binary executable file.
|
||||
- BITPRT, print JCL as bits.
|
||||
- BKG, a Backgammon game.
|
||||
- BOOTVT, GT40 boot ROM.
|
||||
- BYE, say goodbye to user. Used in LOGOUT scripts.
|
||||
- CALPRT, decode a .CALL instruction's CALL block.
|
||||
- CARPET, PDP-11 remote debugger.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.ASECT
|
||||
; .ASECT
|
||||
|
||||
;BOOTVT.S09 5/2/72
|
||||
|
||||
|
||||
Reference in New Issue
Block a user