64bites/64spec

Kick Assembler 4.7: compilation fails

dkrey opened this issue · 1 comments

dkrey commented

Hi,
This is the error I get when I try to compile 64spec with kickass 4.7

//------------------------------------------------------
//------------------------------------------------------
//       Kick Assembler v4.7 by Mads Nielsen
//------------------------------------------------------
//------------------------------------------------------
parsing
Got 140 errors while parsing:
  (64spec.asm 157:68) Syntax error
  (64spec.asm 157:3) If without body
  (64spec.asm 158:86) Syntax error
  (64spec.asm 158:3) If without body
  (64spec.asm 159:73) Syntax error
  ...

.eval _64SPEC.set("_use_custom_assertion_failed_subroutine", false)

.function config_64spec(key, value) {
  .if (validate_boolean_option("print_header", key, value)) .return
                                                                   ^
Error: Syntax error
at line 157, column 68 in 64spec.asm

Fixed in version 0.7.0