Author Topic: GoAsm problem  (Read 3495 times)

shankle

  • Member
  • ****
  • Posts: 868
GoAsm problem
« on: May 03, 2016, 03:53:48 AM »
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

« Last Edit: May 03, 2016, 05:05:42 AM by shankle »