X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=riscasm.c;h=74de784e839ceb91fde20d4300a064112e49606c;hp=2c291ffe9daad4b687f938dc35509312c044771b;hb=a29cbeceeadc92ff48ffa70a51135b503c96cc6d;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e diff --git a/riscasm.c b/riscasm.c index 2c291ff..74de784 100644 --- a/riscasm.c +++ b/riscasm.c @@ -7,13 +7,14 @@ // #include "riscasm.h" +#include "amode.h" +#include "direct.h" #include "error.h" -#include "sect.h" -#include "token.h" #include "expr.h" -#include "direct.h" #include "mark.h" -#include "amode.h" +#include "procln.h" +#include "sect.h" +#include "token.h" #define DEF_MR // Declare keyword values #include "risckw.h" // Incl. generated risc keywords @@ -23,7 +24,7 @@ unsigned altbankok = 0; // Ok to use alternate register bank -unsigned orgactive = 0; // RISC org directive active +unsigned orgactive = 0; // RISC/6502 org directive active unsigned orgaddr = 0; // Org'd address unsigned orgwarning = 0; // Has an ORG warning been issued int lastOpcode = -1; // Last RISC opcode assembled