Code: Select all
alloc(newmem,$1000)
globalalloc(hp,8)
hp:
dq (float)0
label(code)
label(return)
newmem:
mov [hp],rax
code:
movss [rax+14],xmm5
jmp return
Code: Select all
alloc(newmem,$1000)
globalalloc(hp,8)
hp:
dq (float)0
label(code)
label(return)
newmem:
mov [hp],rax
code:
movss [rax+14],xmm5
jmp return
Users browsing this forum: Google Adsense [Bot], traxzero