Why would this statement
mov (type dword rfibsum), eax
where rfibsum is declared as a quadword
give me this error
error A2206: missing operator in expression
My declaration is as follows
.data
rfibsum qword ?
I'm using Art of Assembly as a reference for the advanced arithmetic...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.