]> Shamusworld >> Repos - rmac/blobdiff - symbol.h
Actually implement ^^FILESIZE this time :)
[rmac] / symbol.h
index f985b1bb23322b29873443a3b0ed79f34a88b2cc..fadb8a4238d203d1f02d2701425c06c4c9f10a38 100644 (file)
--- a/symbol.h
+++ b/symbol.h
@@ -1,7 +1,7 @@
 //
 // RMAC - Reboot's Macro Assembler for all Atari computers
 // SYMBOL.H - Symbol Handling
-// Copyright (C) 199x Landon Dyer, 2011-2018 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
 //
@@ -51,6 +51,7 @@ void ForceUndefinedSymbolsGlobal(void);
 int symtable(void);
 uint32_t sy_assign(uint8_t *, uint8_t *(*)());
 uint32_t sy_assign_ELF(uint8_t *, uint8_t *(*)());
+void DumpLODSymbols(void);
 uint8_t * GetSymbolNameByUID(uint32_t);
 
 #endif // __SYMBOL_H__