mirror of
https://github.com/PDP-10/its.git
synced 2026-04-24 19:40:28 +00:00
Move GREN MACROS to SYSEN3; update FDIR and DDTDOC .INSRTs accordingly.
This commit is contained in:
committed by
Eric Swenson
parent
fc31e4c30d
commit
918cb9e155
26
src/sysen3/gren.macros
Executable file
26
src/sysen3/gren.macros
Executable file
@@ -0,0 +1,26 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;
|
||||
;;;
|
||||
|
||||
Define SYSCAL op,args
|
||||
.Call [Setz ? Sixbit /op/ ? args ((Setz))]
|
||||
Termin
|
||||
|
||||
|
||||
Define TYPE chnl=TTYo,&string
|
||||
Movei T1,<.Length string>
|
||||
Move T2,[440700,,[Ascii string]]
|
||||
Syscal SIOT,[%Climm,,chnl ? T2 ? T1]
|
||||
.Lose %LsSys
|
||||
Termin
|
||||
|
||||
|
||||
Define DBP ac ;Decrement [7bit] Byte Pointer
|
||||
Add ac,[70000,,0]
|
||||
Skipge ac
|
||||
Sub ac,[430000,,1]
|
||||
Termin
|
||||
|
||||
;;;
|
||||
;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
Reference in New Issue
Block a user