Relaunch64
Relaunch64 copied to clipboard
Auto-Completion should take imported source into account
When importing external library files with constants, macros, etc., those values are not suggested in the auto-completion-window.
A workaround I use is ( for tass not sure if it works in others ) is to make a "inc" file that holds what I need, and then I put them all at the bottom of the file inside a .comment/.endc block. As Relaunched doesn't understand .comment blocks it will still parse the labels and puts them into the auto complete but the assembler ignores it. .end before it starts would also do the trick.