[A86] Re: Basic Problem with prog (I think...).


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

[A86] Re: Basic Problem with prog (I think...).




You need to put the 'ret' before the string data in your program.  The 
program does what it is supposed to do except it tries to run the string data 
as code.  You can put the string anywhere you want and it will be compiled as 
part of your program (before the .end), but make sure you don't try to RUN 
the data.

Marc McG