Added the PDP-10's four arithmetic flags along with a negate() function -- the first of our functions that actually needs to set those flags

This commit is contained in:
Jeff 2017-03-01 17:23:54 -08:00 committed by Jeff Parsons
commit 202374dd09
6 changed files with 417 additions and 283 deletions

View file

@ -16,7 +16,7 @@ dep pc 100
step 11
ex 0-17
;
echo Execute the BLT 8 times...
echo Execute BLT 8 times (note the weird value that SIMH moves on the first iteration (ie, from AC 0 to AC 10)
;
step
ex 0-17
@ -35,7 +35,7 @@ ex 0-17
step
ex 0-17
;
echo next up: HLRES 1,2
echo Execute HLRES 1,2
;
step 1
ex 0-17