Well, apparently the PDP-10 MUL instruction really DOES store the high-order word first, and it only stores the low-order word if the destination is an accumulator (weird)
This commit is contained in:
parent
7e207db2a1
commit
65eb821710
6 changed files with 118 additions and 46 deletions
|
|
@ -47,5 +47,7 @@
|
|||
0o265040000123, // 000122: JSP 1,.+1
|
||||
0o270000000000, // 000123: ADD 0,0
|
||||
0o265040000125, // 000124: JSP 1,.+1
|
||||
0o255740000126, // 000125: JFCL 17,126
|
||||
0o224100000002, // 000126: MUL 2,2
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue