endlos99/xdt99

Drops data values after a mathematical calculation?

tursilion opened this issue · 1 comments

I was compiling maps generated by Magellan, and noticed that when I added this header to the file:

DATA (PAT0-COL0),COL0,PAT0,MS0,MD0

Only the first data value was output (PAT0-COL0). The values for COL0, PAT0, MS0 and MD0 were not emitted. The file contains ONLY data statements. (Attached)

map_titleThird1.zip

Only assembly argument was -R, and downloaded the tools today (7/6/2021). Using Windows Python 3.7

Hmm, I see. They are emitted in the object file, but with tag C as they are considered unresolved, since I don't have an origin on these. It's my own tool dropping it as a result.

That's fair, I think. Closing this issue.