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