WannabeAssembler
Technical User
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
Any advice/help would be greatly appreciated. Thanks,
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
Any advice/help would be greatly appreciated. Thanks,