The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: pro3carp3 on August 30, 2006, 04:09:10 PM

Title: keyword list
Post by: pro3carp3 on August 30, 2006, 04:09:10 PM
Is there a document available that list's all of the mnemonics, operators, directives, and other keywords and symbols in one place?  I'm looking at creating a wordfile for the UltraEdit editor and need to list the recognizable keywords for syntax highlighting.

Thanks.
Title: Re: keyword list
Post by: donkey on August 30, 2006, 07:25:37 PM
Hi pro3carp3

I do not believe there is a complete keyword list per se but you can find all of these in the help file that is distributed with GoAsm. Alternatively you can use the one I generated for RadASM, found in the GoAsm.ini file though it is not 100% complete it is very close.

Edgar
Title: Re: keyword list
Post by: 1rDirEctoALgran0 on August 30, 2006, 08:14:57 PM
Hello,

I have the data that you are looking for.  :dance: Download the zip file.
- "Keywords.TXT" contains ALL keywords for GoAsm and GoRC.
- "GoAsm.INI" is my INI file for RadAsm. This IDE is superb, try it, it is a freeware !
- "GoDevTool Memento.CHM" is a help that I'm working on at this moment and not finished yet...

Enjoy !  :bg

Patrick Ruiz
(France)


[attachment deleted by admin]
Title: Re: keyword list
Post by: pro3carp3 on August 31, 2006, 02:21:17 AM
Patrick,

Thank you.  That is exactly what I was looking for.

:U
Title: Re: keyword list
Post by: Boucly on September 17, 2006, 12:30:52 PM
Since you already got what you want, you probably want be reading this anymore, but I think this can be of help, pro3carp3. It is something that I always find useful when looking for exactly how the opcode works:

IA-32 Intel® Architecture Software Developer's Manual (http://www.intel.com/design/pentium4/manuals/index_new.htm)
In it:
Volume 1: Basic (http://ftp://download.intel.com/design/Pentium4/manuals/25366520.pdf)
Volume 2A: Instruction Set (http://ftp://download.intel.com/design/Pentium4/manuals/25366620.pdf)
Volume 2B: Instruction Set (http://ftp://download.intel.com/design/Pentium4/manuals/25366720.pdf)

Volume 1, you can find registers, and the other two, all the avaliable operands for pentium 4 and below and probably some 64-bit explanation too.

Boucly