News:

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

low32

Started by Ficko, June 22, 2010, 11:30:26 AM

Previous topic - Next topic

jj2007

Quote from: drizz on July 06, 2010, 11:17:40 PM

just for fun:
pushR8 macro r8:req
dq r8
org $-8
db 3 dup(02eh), 68h
org $+4
db 68h
dq r8
org $-4
endm

PI      EQU     3.141592653589793238

pushR8 PI


See real or BCD number not allowed for a solution that is compatible with invoke :bg