mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
* tic80.h (TIC80_NO_R0_DEST): Add for opcodes where r0 cannot
be the destination register.
This commit is contained in:
parent
8fdffbc4b3
commit
102b9af5f9
@ -1,4 +1,9 @@
|
||||
start-sanitize-tic80
|
||||
Sat Jan 18 15:18:59 1997 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* tic80.h (TIC80_NO_R0_DEST): Add for opcodes where r0 cannot
|
||||
be the destination register.
|
||||
|
||||
Thu Jan 16 20:48:55 1997 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* tic80.h (struct tic80_opcode): Change "format" field to "flags".
|
||||
|
@ -187,6 +187,7 @@ extern const struct tic80_operand tic80_operands[];
|
||||
|
||||
/* Flag bits for the struct tic80_opcode flags field. */
|
||||
|
||||
#define TIC80_VECTOR 1 /* Is a vector instruction */
|
||||
#define TIC80_VECTOR 01 /* Is a vector instruction */
|
||||
#define TIC80_NO_R0_DEST 02 /* Register r0 cannot be a destination register */
|
||||
|
||||
#endif /* TIC80_H */
|
||||
|
Loading…
Reference in New Issue
Block a user