Go to the source code of this file.
Function Documentation
The opcode_name function is used to translate an opcode number into a human readable equivalent.
- Parameters:
-
Definition at line 24 of file opcode.cc.
The opcode_raw_name function is used to translate an opcode number into a human readable equivalent, except in the raw almost-hex form use in the Instruction Manual.
- Parameters:
-
Definition at line 1046 of file opcode.cc.
The opcode_red function may be used to determine whether or not and opcode should be drawn in red.
Definition at line 1323 of file opcode.cc.
The opcode_uname function is used to translate an opcode number into a human readable equivalent, possibly using unicode for some of them.
- Parameters:
-
Definition at line 535 of file opcode.cc.
The opcode_valid method may be used to test whether or not a given byte value would be a valid opcode. No assurace of syntactic validity is given.
- Parameters:
-
n | The byte value to check. |
- Returns:
- true if valid, false if not.
Definition at line 1055 of file opcode.cc.
The opcode_valid_label method may be used to test whether or not a given byte value would be a valid jump label. See the Instruction Manual, p. 53.
- Parameters:
-
n | The byte value to check. |
- Returns:
- true if acceptable as a label, false if not.
Definition at line 1605 of file opcode.cc.