Jeroen Venema

Results 3 issues of Jeroen Venema

feature_x: .equ 0 .if feature_x call does_not_exist .endif Produces: File "test.asm" line 3 - Unknown identifier 'does_not_exist' call does_not_exist It seems that the .if feature_x contents is correctly not output,...

bug