Skip to content

V1.29 - New directives (.IFDEF, .IFNDEF, .PROC, .ENDP), Multi-line comments

Choose a tag to compare

@CycoPH CycoPH released this 06 May 18:40
· 2 commits to master since this release

Version 1.29
Added .IFDEF and .IFNDEF directives. Short version of: .IF .DEF and .IF .NOT .DEF
Parsing binary numbers in MADS format %11110000 works now. But is only supported outside a macro.
Added multi-line comments using the /* ..... */ format.
Added .PROC/.ENDP for procedure definitions. This defines a local scope and a label. Useful for grouping code.