fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libgloss / m68k / cpu32bug.h
blob583b1a9e65f6721f75e7efd6c8b631dbaf913ef1
1 /*
2 * These constants are for the M68332BCC's boot monitor. They
3 * are used with a TRAP 15 call to access the monitor's I/O routines.
4 * they must be in the word following the trap call.
5 */
6 INCHR=0X0
7 INSTAT=0X1
8 INLN=0X2
9 READSTR=0X3
10 READLN=0X4
11 CHKBRK=0X5
13 OUTCHR=0X20
14 OUTSTR=0X21
15 OUTLN=0X22
16 WRITE=0X23
17 WRITELN=0X24
18 WRITDLN=0X25
19 PCRLF=0X26
20 ERASELN=0X27
21 WRITD=0X28
22 SNDBRK=0X29
24 TM_INI=0X40
25 TM_STR0=0X41
26 TM_RD=0X42
27 DELAY=0X43
29 RETURN=0X63
30 BINDEC=0X64
32 CHANGEV=0X67
33 STRCMP=0X68
34 MULU32=0X69
35 DIVU32=0X6A