X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=eagen.c;h=e416f233e5df4bb199453113daf7e75ed1b6d69b;hp=1f18b8598df87c4629b680730428df3740b5d0b1;hb=bdbf34766f4d074a5933eb1326fe4ce03d249e10;hpb=eace4e1b294ccec54a5c476619f616f5da0bf8a9 diff --git a/eagen.c b/eagen.c index 1f18b85..e416f23 100644 --- a/eagen.c +++ b/eagen.c @@ -1,17 +1,17 @@ // // RMAC - Reboot's Macro Assembler for all Atari computers // EAGEN.C - Effective Address Code Generation -// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2019 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // #include "eagen.h" #include "amode.h" -#include "sect.h" -#include "mark.h" #include "error.h" +#include "fltpoint.h" #include "mach.h" +#include "mark.h" #include "riscasm.h" #include "sect.h" #include "token.h"