i wanted to try a good tutorial about ASM on this forum, but when i enable the inline ASM, even without any ASM code in my app, i have the following error on a popup :
Title
"PureBasic - Assembler Error"
Text
"PureBasic.asm [1021] :
ret=#PB_ProcessPureBasicEvents
error : reserved word used as symbol"
If i add ASM code, same error, is this a bug or more probably have i forget to do something ?
This is not a good tutorial on Purebasic Inline Assembly if they used the ret command as a variable. In the tricks and tips section there is a very good tutorial I've written on Purebasic Inline Assembly, you might want to check it out.