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:
Jeff 2017-03-05 10:04:18 -08:00 committed by Jeff Parsons
commit 234e8871ba
6 changed files with 308 additions and 45 deletions

View file

@ -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