]> Shamusworld >> Repos - rmac/blobdiff - mark.h
Version bump for last commit. :-)
[rmac] / mark.h
diff --git a/mark.h b/mark.h
index c408b14c0307103d8da010cd54403435147129e6..f10fbece310df049188545f5af9a1510a12bc791 100644 (file)
--- 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-2020 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__