X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=eagen.c;h=f718f41dc328c0f6830da79469561cbc8b143e75;hp=1f18b8598df87c4629b680730428df3740b5d0b1;hb=HEAD;hpb=eace4e1b294ccec54a5c476619f616f5da0bf8a9 diff --git a/eagen.c b/eagen.c index 1f18b85..f718f41 100644 --- a/eagen.c +++ b/eagen.c @@ -1,17 +1,17 @@ // -// RMAC - Reboot's Macro Assembler for all Atari computers +// RMAC - Renamed 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-2021 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"