9-10-2014
The following would help guys like me that are struggling to convert
their programs to GoAsm:
Ptmem dq 0 ; pointer
Then for whatever reason I make the following error:
mov ebx,[Ptrmem]
The compiler does not catch this and for me it would be so nice
if it did. Most of my errors are caused by this situation.
Thanks for GoAsm.....