/* montraps.h */

#define CMON_PUTCHAR  0
#define CMON_GETCHAR  1
#define CMON_EXIT     2
#define CMON_INITSER  3
#define CMON_PUTDEC 4
#define CMON_PUTSTR 5
#define CMON_PUTHEX 6

#define CMON_PORTA 0            /* user */
#define CMON_PORTB 1            /* monitor or "host" */
