#Aztec ASsembler BSS bug?
19-Sep-90 21:11:00
Sb: #683-#Aztec ASsembler BSS bug?
Fm: New member 73016,27
To: Matthew J. W. Ratcliff 76703,1077
Right-o Arnie. I have managed to get that part of it working but now
(sigh) I'm trying to get beyond a strange condition I don't understand at
all. What I want to do is take a file thats really assembly and set it up
as inline Assembly code for a dummie C program (like Hello world) compile
it with the SDB flag on so I can trace with SDB but it gives me some
errors. Undefined local symbol .1 (also .2 .3 .4) and undefined symbol –
_printf What gives? THe printf is my hello world dummie program.