Files
rgbds/src/asm
Ben10do ce8a13a562 Allow local symbols to be referenced
Local symbols can now be referenced outside the scope of their parent, by using the syntax “Parent.Chlid”.

- Local symbol names are now stored internally as “Parent.Child”.
- The symbol’s scope field no longer forms a linked list of the prior local symbols; it will now always contain the parent.
- Add the ability use EXPORT and GLOBAL with local symbols.
- Reduce duplication between findsymbol() and findpsymbol(), as well as between sym_AddLocalReloc() and sym_AddReloc().
2017-06-12 19:36:46 +01:00
..
2017-06-12 19:36:46 +01:00
2017-06-12 19:36:46 +01:00
2017-04-29 15:02:57 +01:00
2017-04-09 21:51:30 +01:00
2017-04-02 17:46:14 +01:00
2017-06-12 19:36:46 +01:00
2017-04-16 19:55:00 +01:00
2017-06-12 19:36:46 +01:00