News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

new to GoAsm

Started by RedApple, August 28, 2006, 05:05:58 PM

Previous topic - Next topic

RedApple

@1.
i have read lot of manuals :bg
@2.
Also done that :)
@3.
I am i am :D
@4.
I have read some about lot diffence ints but not from the intel manual
@5.
I love google and i praying to google - yes i have done
@5.
I am also doing that, only console becuase i feel its hard to make GUI programs - also in c/++ its hard.
@6.
I am said again.
@7.
I have, i've also used MASM32. but for me it seem like a high lvl language and not assembler and don't like the syntax too.
@7.
I am i am i am :D
@8.
its making assembly :D


Im working on a new version. So far i made If/elseif/else nested too. Im working on the =. But its even harder to make it nested and compatible to ascii and numbers. also made ; as newline(c style)


The problems is that i don't know the way i should handle types as float,integers,ascii, and make them reuse fixed strings etc.


But still the meaning why i use Librarys is for other ppl to make code that i will implant. Make your own library and help me improve. I wont take any credit for your work!
Example

function CopyFile(from,to)
; Made by John Smith - johnsmith@hotmail.com
invoke CopyFileA,from,to,1
endfunction


just a example!
I will currect the file to work in future version BUT I WILL NOT REMOVE THE COMMENT OR EDIT IT!

Please post examples.

Regards