First Spear Posted October 1, 2019 Share Posted October 1, 2019 Hi. I was picking apart a .lst from an IntyBASIC build, and cannot tell if I have many labels (eg "mydata1:" "mydata2:" etc) will it use up ROM, or are unused/unreferenced labels stripped from the end result? I am doing some build scripting with a lot of content, and can't tell from the .lst if I am wasting space by making the DATA parts human-readable with labels, or if I should just leave them out. Thanks. Quote Link to comment https://forums.atariage.com/topic/296707-intybasic-unused-labels-consuming-rom/ Share on other sites More sharing options...
intvnut Posted October 1, 2019 Share Posted October 1, 2019 If its just a bare label, it shouldn't take up any actual ROM space. It just adds a label (with no code or data after it) to the assembly file. Labels are "free". 1 Quote Link to comment https://forums.atariage.com/topic/296707-intybasic-unused-labels-consuming-rom/#findComment-4361774 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.