From 03261851a10dd2d6900a0a00a7515a0a46fb5d76 Mon Sep 17 00:00:00 2001 From: Ranjith Kumaran Date: Fri, 17 Mar 2000 22:48:54 +0000 Subject: 20000317 sourceware import --- libgloss/m68k/cpu32bug.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 libgloss/m68k/cpu32bug.h (limited to 'libgloss/m68k/cpu32bug.h') diff --git a/libgloss/m68k/cpu32bug.h b/libgloss/m68k/cpu32bug.h new file mode 100644 index 000000000..583b1a9e6 --- /dev/null +++ b/libgloss/m68k/cpu32bug.h @@ -0,0 +1,35 @@ +/* + * These constants are for the M68332BCC's boot monitor. They + * are used with a TRAP 15 call to access the monitor's I/O routines. + * they must be in the word following the trap call. + */ + INCHR=0X0 + INSTAT=0X1 + INLN=0X2 + READSTR=0X3 + READLN=0X4 + CHKBRK=0X5 + + OUTCHR=0X20 + OUTSTR=0X21 + OUTLN=0X22 + WRITE=0X23 + WRITELN=0X24 + WRITDLN=0X25 + PCRLF=0X26 + ERASELN=0X27 + WRITD=0X28 + SNDBRK=0X29 + + TM_INI=0X40 + TM_STR0=0X41 + TM_RD=0X42 + DELAY=0X43 + + RETURN=0X63 + BINDEC=0X64 + + CHANGEV=0X67 + STRCMP=0X68 + MULU32=0X69 + DIVU32=0X6A -- cgit v1.2.3