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