1
0
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:
Lars Brinkhoff
2025-06-29 13:54:52 +02:00
committed by Paul Koning
parent e77598b61f
commit 065f67ab7f
7 changed files with 192 additions and 3 deletions

14
PDP8/tests/dpy_test.do Normal file
View 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