X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=eagen.c;h=5c83aad4a4646a0d089e7cd7f362737b353396ff;hp=1f18b8598df87c4629b680730428df3740b5d0b1;hb=9153334781cd2e23750f4dc002e847606c07a1f0;hpb=49eac9eff9d177e717de7bc8799a632c46b79237 diff --git a/eagen.c b/eagen.c index 1f18b85..5c83aad 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-2018 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"