News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Declaring a variable

Started by angvelem, November 12, 2011, 07:22:58 PM

Previous topic - Next topic

qWord

FPU in a trice: SmplMath
It's that simple!

jj2007

Here is another thread.

Another workaround - not elegant but it works:
.DATA?
car MOVER <>
REPEAT 9
MOVER <>
ENDM

qWord

Quote from: jj2007 on November 16, 2011, 11:12:50 PMAnother workaround - not elegant but it works
fortunately such structure configurations are very rare, thus this or any other workaround are acceptable  :P (?)
FPU in a trice: SmplMath
It's that simple!

angvelem

Hmm, this option is also interesting.