This seems to work well. It now honors the strip-underflow variable when compiling, and the disassembler recognizes +3 JSR targets (but it double checks to make sure the word DOES have the UF flag set before printing the name of the word). I did some manual tests and it appears to be working as desired.
Also fixed #97 while in there (accidentally had 2drop when drop was correct).
I think this is independent from the w_ label work at the assembly level, so if you like it then I will go ahead and merge it.
This seems to work well. It now honors the strip-underflow variable when compiling, and the disassembler recognizes +3 JSR targets (but it double checks to make sure the word DOES have the UF flag set before printing the name of the word). I did some manual tests and it appears to be working as desired.
Also fixed #97 while in there (accidentally had 2drop when drop was correct).
I think this is independent from the w_ label work at the assembly level, so if you like it then I will go ahead and merge it.