one View table | Title | Function | Function name | No |
PerDgtInfo *pad; Uint16 PadData1; PadData1 = pad[0].data ^ 0xffff;
extern Uint16 PadData1; DBG_Initial(&PadData1, ...);
one View table | Title | Function | Function name | No |
one View table | Title | Function | Function name | No |
one View table | Title | Function | Function name | No |
one View table | Title | Function | Function name | No |
x | :X coordinate |
y | :Y coordinate |
one View table | Title | Function | Function name | No |
control | : Pointer to a string indicating the format |
... | : argument list |
sample() { DBG_Printf(“%s\n”,“SEGA”); }
one View table | Title | Function | Function name | No |
R | : Move key selection cursor to the right |
L | : Move key selection cursor to the left |
U | :Move key selection cursor up |
D | :Move key selection cursor down |
B+R | :Key window right movement |
B+L | :Key window left movement |
B + U | :Move key window up |
B+D | :Move key window down |
A | : Enter the character at the key selection cursor position |
C | :Delete input characters (backspace) |
START | : End of input (return) |
X | :Hide/display sprite screen |
Y | :Hide/display scroll (other than normal 0) screen |
one View table | Title | Function | Function name | No |
D fromAddr [toAddr/@size] [;B/W/L]< RTN> | |
fromAddr | :Dump start address |
toAddr | :Dump end address |
@size | :Dump size (HEX) |
B | :Byte (8 bit) display specification |
W | : Word (16 bit) display specification |
L | : Long (32 bit) display specification |
D to Addr [data] [;B/W/L]< RTN>
toAddr | :Memory address |
data | : Change data (HEX) |
B | : Byte (8 bit) data specification |
W | : Word (16 bit) data specification |
L | :Long (32 bit) data specification |
R
Valid only when called from a program's exception handling routine.
Q
Returns to the calling source of this routine. However, it has no effect when called from a program's exception handling routine.
H