diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-05-08 23:04:22 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-05-08 23:04:22 +0000 |
commit | c3cad878c97ee7804b95d498cb3890e64088b8a8 (patch) | |
tree | fa377f77cea0f8214908d728a307e4f8daa9c4c7 /sim/tic80/ChangeLog | |
parent | 08168809b8a3de1898b4afb7f02b6db6d05ec92a (diff) | |
download | gdb-c3cad878c97ee7804b95d498cb3890e64088b8a8.zip gdb-c3cad878c97ee7804b95d498cb3890e64088b8a8.tar.gz gdb-c3cad878c97ee7804b95d498cb3890e64088b8a8.tar.bz2 |
Really fix the bbo/bbz instructions.
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. |