X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mark.h;h=e185c2489297fffdb91520d9431fbef1372f9e77;hp=2415a80720783f779902314ea939b2eb46e08762;hb=HEAD;hpb=261f8d9198c4235bcdced4403ba391553e6bd0d1 diff --git a/mark.h b/mark.h index 2415a80..f10fbec 100644 --- a/mark.h +++ b/mark.h @@ -1,7 +1,7 @@ // -// RMAC - Reboot's Macro Assembler for all Atari computers +// RMAC - Renamed Macro Assembler for all Atari computers // MARK.H - A record of things that are defined relative to any of the sections -// Copyright (C) 199x Landon Dyer, 2011-2018 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 // @@ -52,6 +52,7 @@ uint32_t AllocateMark(void); uint32_t MarkImage(register uint8_t * mp, uint32_t siz, uint32_t tsize, int okflag); uint32_t MarkBSDImage(uint8_t *, uint32_t, uint32_t, int); uint32_t CreateELFRelocationRecord(uint8_t *, uint8_t *, uint16_t section); +uint32_t MarkABSImage(uint8_t * mp, uint32_t siz, uint32_t tsize, int reqseg); #endif // __MARK_H__