News:

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

RadASM 2.1.0.8 bugtest

Started by KetilO, February 17, 2005, 08:24:49 PM

Previous topic - Next topic

KetilO

Hi all

Help me test RadASM 2.1.0.8

Get it here:
http://radasm.visualassembler.com/Upload/RadASM2108.zip

IMPORTANT:
You must previously have 2.1.0.7b installed.

Whats new:
- Global labels parsed to code properties.
- Local labels added to code complete listbox (Shift+Ctrl+Space while in a proc).
- Option to associate files with RadASM.
- More icons in AlexMenu addin.
- Improved filetype icons on project / file browser.
- Fixed bug where succeeding structures without a blank line in between would not be parsed.
- Fixed bug where WS_EX_LAYERED could not be set.
- Added ANICURSOR resource type.
- Improved fasm support (labels, locals and fixed a few parsing bugs).

Masm:
To activate new features (label code properties) the following must be
added / changed in masm.ini at the following section

{code}
Skip={C},option,@@
Label={C},$ :

Fasm:
To activate new features (label and local code properties) the following must be
added / changed in fasm.ini at the following sections:

{code}
Code=endp,proc $
Const={C},$ =,$ equ
Data={C},$ db,$ dw,$ dd,$ dq,$ rb
Macro=},macro $
Struct=},struc $
Label={C},$ :
Local={C},$ db,$ dw,$ dd,$ dq,$ rb

[CodeBlock]
1=proc $,endp,,,6
2=section,,,,16
3=struc $,},,,6
4=macro $,},,,6

[CodeMacro]
1=macro,{I}{S}{{C}{I}{T},{C}{I}{S}}{C}
2=proc,{I}{T}{C}{I}{T}enter{C}{I}{T},{C}{I}{T}return{C}{C}{I}endp{C}
3=struc,{I}{S}{{C}{I}{T},{C}{I}{S}}{C}

KetilO

KetilO

Hi all

New upload:
- Added ANICURSOR resource type.

KetilO

KetilO

Hi all

New upload:

- Improved fasm support (labels, locals and fixed a few parsing bugs).

KetilO