mirror of
https://github.com/PDP-10/its.git
synced 2026-03-22 17:08:15 +00:00
Fix small errors.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
TITLE DEUNA - poke at a DEUNA
|
||||
|
||||
.insrt kshack; ksdefs >
|
||||
.insrt system; ksdefs >
|
||||
|
||||
a=1
|
||||
b=2
|
||||
@@ -15,11 +15,11 @@
|
||||
%dintr==000200 ;Interrupt
|
||||
%dusci==000400 ;Unsolicited state change
|
||||
%drcbi==002000 ;Receive buffer unavailable
|
||||
%ddni ==004000 ;Done
|
||||
%dtxi ==010000 ;Transmit
|
||||
%drxi ==020000 ;Receive
|
||||
%deri ==040000 ;Command error
|
||||
%deri ==100000 ;Status error
|
||||
%ddni==004000 ;Done
|
||||
%dtxi==010000 ;Transmit
|
||||
%drxi==020000 ;Receive
|
||||
%deri==040000 ;Command error
|
||||
%deri==100000 ;Status error
|
||||
|
||||
%decr1=%debas+2 ;PCSR1
|
||||
%dxpwr==100000 ;Transciever power ok
|
||||
Reference in New Issue
Block a user