2020-11-26 17:35:11 -08:00

30 lines
312 B
NASM

%ifdef CONFIG
{
"RegData": {
"MM6": ["0x8000000000000000", "0x3FFF"],
"MM7": ["0x8000000000000000", "0x4002"]
},
"Mode": "32BIT"
}
%endif
lea edx, [data]
fld tword [edx + 8 * 0]
lea edx, [data2]
fld tword [edx + 8 * 0]
fyl2xp1
fld1
hlt
align 8
data:
dt 15.0
dq 0
data2:
dt 2.0
dq 0