CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 15:32:05 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=fb47da284cbc804f441f5d2d266cb62b98d5234391ddd7cb8a27711542018c36a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22A2hCwrC49ayzKU6oznV13WG6iAy5otna%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cf687aacb3f473-BLR
pdp-1 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://research.microsoft.com/en-us/um/people/gbell/Digital/PDP%201%20Manual%201961.pdf
- accumulator
- in/out register
- opcode format:
- o oooo i aaaa aaaa aaaa - opcode, indirect, address
- AC = accumulator
- Y = address pointed to by address part of opcode
- y = address part of opcode as a constant
- M[n] = memory at n
- IO = In-Out register
- add Y: AC = AC + Y (1's complement add)
- sub Y: AC = AC - Y (1's complement subtract)
- mus Y: multiply step, weird stuff
- dis Y: divide step, weird stuff
- idx Y: Y++; AC = Y
- isp Y: Y++; AC = Y; if Y > 0, skip next
- and Y: AC = AC & Y
- xor Y: AC = AC ^ Y
- ior Y: AC = AC | Y
- lac Y: AC = Y
- dac Y: Y = AC
- dap Y: address bits in Y are replaced with corresponding bits in AC
- dip Y: opcode bits in Y are replaced with corresponding bits in AC
- lio Y: IO = Y
- dio Y: Y = IO
- dzm Y: Y = 0
- xct Y: run opcode pointed to by y, don't change PC
- jmp Y: PC = y
- jsp Y: AC = PC; PC = y
- cal Y: M[64] = AC; AC = PC; PC = M[65]
- jda Y: Y = AC; AC = PC; PC = y+1
- sad Y: skip if AC != Y
- sas Y: skip if AC == Y
- law Y: if indirect = 0, A = y; if indirect = 1, A = ~y
- rar Y: rotate AC right N positions, where N is the number of 1s in y
- ral Y: same but left
- sar Y: shift AC right N positions, where N is the number of 1s in y
- sal Y: same but left
- rir Y: rar but IO register instead of AC
- ril Y: ral but IO register instead of AC
- sir Y: sar but IO register instead of AC
- sil Y: sal but IO register instead of AC
- rcr Y: rotate AC:IO N bits right
- rcl Y: rotate AC:IO N bits left
- scr Y: shift AC:IO N bits right
- scl Y: shift AC:IO N bits left
- sza : skip if AC == 0
- spa : skip if AC positive
- sma : skip if AC negative
- szo : skip if overflow zero
- spi : skip if IO positive
- szs : skip if switch (one out of 6, or all 6) is zero
- szf : skip if program flag (out of 8) zero
- (these opcodes can be combined)
- cli : IO = 0
- lat : A |= test word switches
- cma : A = -A
- hlt : stop computer
- cla : clear accumulator
- clf : clear program flag (out of 8)
- stf : set program flag (out of 8)
- nop : do nothing
- iot : I/O thing
- multiplication and division as an option
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 7 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 10 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 14 sec ago | 0.10 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 17 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ I
JavaScript | 22 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 26 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 7
JavaScript | 33 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 35 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand