Last change
on this file since 546 was
444,
checked in by satin@…, 6 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
526 bytes
|
Line | |
---|
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 |
---|
12 | |
---|
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 |
---|
23 | |
---|
24 | TM_INI=0X40 |
---|
25 | TM_STR0=0X41 |
---|
26 | TM_RD=0X42 |
---|
27 | DELAY=0X43 |
---|
28 | |
---|
29 | RETURN=0X63 |
---|
30 | BINDEC=0X64 |
---|
31 | |
---|
32 | CHANGEV=0X67 |
---|
33 | STRCMP=0X68 |
---|
34 | MULU32=0X69 |
---|
35 | DIVU32=0X6A |
---|
Note: See
TracBrowser
for help on using the repository browser.