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.
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
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]
Patrick,
Thank you. That is exactly what I was looking for.
:U
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