mirror of
https://github.com/PDP-10/its.git
synced 2026-01-28 12:59:20 +00:00
Build DDTDOC.
This commit is contained in:
committed by
Eric Swenson
parent
7ed0d1d8ce
commit
ad492867c2
26
src/gren/macros.1
Executable file
26
src/gren/macros.1
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