mirror of
https://github.com/open-simh/simh.git
synced 2026-04-26 04:07:23 +00:00
PDP8: Add Type 34 display support.
This commit is contained in:
committed by
Paul Koning
parent
e77598b61f
commit
065f67ab7f
14
PDP8/tests/dpy_test.do
Normal file
14
PDP8/tests/dpy_test.do
Normal file
@@ -0,0 +1,14 @@
|
||||
DEPOSIT 200 CLA
|
||||
DEPOSIT 201 TAD 207
|
||||
;Display one point in the center: (1000,1000)
|
||||
DEPOSIT 202 DXL
|
||||
DEPOSIT 203 DYS
|
||||
DEPOSIT 204 TAD 210
|
||||
;Display another point mid-way to the right: (1400,1000)
|
||||
DEPOSIT 205 DXS
|
||||
DEPOSIT 206 JMP 200
|
||||
DEPOSIT 207 1000
|
||||
DEPOSIT 210 400
|
||||
|
||||
SET DPY ENABLED
|
||||
GO 200
|
||||
Reference in New Issue
Block a user