Re: A92: assembling errors


[Prev][Next][Index][Thread]

Re: A92: assembling errors




> 
> did anyone have problems with assembling the programs. i know how to use the
> programs but everytime i try it gives me crap about libraries that im using
> and i end up with tons of errors. i remember this sorta thing happening when
> i first started programming on fargo I. ive been thinking maybe its because
> of tabs instead of spaces but i didnt wanna go edit all the headers for the
> libs yet cuz that would suck if it wasnt that. anyone know?
> 


I had such a problem some time ago with fargo I (ie lots of errors without any 
meaning). The way I solved it is quite strange, but it worked for me and for 
another guy of this list who had the same problem : at the end of the code, 
add a lot of useless labels :
False0001:
False0002:
False0003:
etc etc

(try about 50 labels)


Follow-Ups: References: