Skip to content

Yolol v10

Compare
Choose a tag to compare
@martindevans martindevans released this 06 May 13:25
· 107 commits to master since this release

Yolol Emulator

  • Tested against the game using the Yolol Acid test.
    • Modified Tan(x) to produce exactly the same values as the game.

Yolol Assembler

  • Added comment character (## comment).
  • Added support for brace character which simply gets removed from compiled output after macro substitution.
  • Improved error messages.
  • Detected too many substitutions (usually due to a define loop) and throwing an error instead of looping forever.