(PB 2.70, Windows Me) If inline asm is turned on and you declare a variable like this
Code: Select all
xx = 1
But if you declare it like this
Code: Select all
xx.l = 1
In fact, if you initialise anything of the form
Code: Select all
xA.l = some number
I can't see why this should cause any conflict with nasm.
Anyone got any ideas, or is this a bug?
Don