diff options
author | Ranjith Kumaran <ranjith@cygnus.com> | 2000-03-17 22:48:54 +0000 |
---|---|---|
committer | Ranjith Kumaran <ranjith@cygnus.com> | 2000-03-17 22:48:54 +0000 |
commit | 03261851a10dd2d6900a0a00a7515a0a46fb5d76 (patch) | |
tree | 7c22ac6cbbc99fd5cd1b5426853be8d4fd7bfcf1 /libgloss/m68k/cpu32bug.h | |
parent | fae4c299f14fc23e2829c8656992eba21f79242a (diff) | |
download | cygnal-03261851a10dd2d6900a0a00a7515a0a46fb5d76.tar.gz cygnal-03261851a10dd2d6900a0a00a7515a0a46fb5d76.tar.bz2 cygnal-03261851a10dd2d6900a0a00a7515a0a46fb5d76.zip |
20000317 sourceware import
Diffstat (limited to 'libgloss/m68k/cpu32bug.h')
-rw-r--r-- | libgloss/m68k/cpu32bug.h | 35 |
1 files changed, 35 insertions, 0 deletions
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 |