You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Check for overlaps in data/code areas in PDP8 .rim/.bin files
This program analyzes (and optionally dumps) a BIN or RIM filefor overlapping areas. It was created to analyze the files frompalbart that doesn't warn when data and/or code areas run intoeachother.
It can also print memory usage maps, either in compressed (two words per character) or full (one character per word).
Return value from the program is the number of overlapping areas found so it can be directly used in a Makefile to abort processing if there are overlaps.
Example Makefile
This first assembles the source using palbart, followed by a check of overlaps and finally it writes a map-file.