X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=57cdd631cfdfbd145c7d93a7fcc0737cad3cab1a;hp=6ce7d4519c3efd8518a4520d24099e2737723f7a;hb=052be802baa4836564801c780b1d432cfe17c576;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e diff --git a/direct.h b/direct.h index 6ce7d45..57cdd63 100644 --- a/direct.h +++ b/direct.h @@ -15,6 +15,10 @@ extern TOKEN exprbuf[]; extern SYM * symbolPtr[]; extern int (* dirtab[])(); +extern int as68_flag; /* 1, AS68 kludge mode for Alcyon back-end */ +extern int m6502; /* 1, assembler in 6502 mode */ +extern char in_6502mode[]; +extern uint16_t *currentorg; // Prototypes int d_even(void);