diff options
Diffstat (limited to 'sim/tic80/ChangeLog')
-rw-r--r-- | sim/tic80/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index 33d6b1b..b1f9d09 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -3,7 +3,8 @@ Thu May 8 11:57:47 1997 Michael Meissner <meissner@cygnus.com> * insns (jsr,bsr): For non-allulled calls, set r31 so that the return address does not reexecute the instruction in the delay slot. - (bbo,bbz): Reverse bit number. + (bbo,bbz): Complement bit number to reverse the one's complement + that the assembler is required to do. * misc.c (tic80_trace_*): Change format slightly to accomidate real large decimal values. |