Added "lsh" and "rot" commands to the Int36 command-line tool to mimic the PDP-10 opcodes and test their logic
This commit is contained in:
parent
ffb7fa1221
commit
234e8871ba
6 changed files with 308 additions and 45 deletions
|
|
@ -84,7 +84,7 @@ var PDP10 = {
|
|||
MODEL_KA10: 1001,
|
||||
|
||||
/*
|
||||
* This constant is used to mark points in the code where the physical address being returned
|
||||
* ADDR_INVALID is used to mark points in the code where the physical address being returned
|
||||
* is invalid and should not be used.
|
||||
*
|
||||
* In a 32-bit CPU, -1 (ie, 0xffffffff) could actually be a valid address, so consider changing
|
||||
|
|
|
|||
Loading…
Reference in a new issue