News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

GoAsm problem

Started by shankle, May 03, 2016, 03:53:48 AM

Previous topic - Next topic

shankle

Problem solved,
Perhaps a different error message could be devised?
Definition of f00000h should be 00f00000h

In my infinite wisdom I must have scrambled GoAsm.
I have used this same instruction in the same program
without any trouble.

tempaccum  dd 0
-----------
GoAsm.Exe Version 0.61.0.0 - Copyright Jeremy Gordon 2001-2016 - JG@JGnet.co.uk

Error!
Line 340 of assembler source file (xxxxxt64h.asm):-
Use square brackets to address memory, ADDR or OFFSET to get address:-
cmp D[tempaccum],f00000h

OBJ file not made

GoLink.Exe Version 1.0.2.2 - Copyright Jeremy Gordon 2002-2016 - JG@JGnet.co.uk