LIJI32 / GBVideoPlayer2

A new version of GBVideoPlayer with higher resolution, 3-bit stereo PCM audio and video compression
MIT License
96 stars 15 forks source link

rgbds-0.4.2-win64 - compile error #6

Open sttng opened 3 years ago

sttng commented 3 years ago

I get several errors with rgbds-0.4.2 (or specific rgbasm) such as

ERROR: video.asm(117):
    syntax error
error: Assembly aborted (1 errors)!

or

ERROR: video.asm(446):
    syntax error
error: Assembly aborted (1 errors)!

These lines seem to be related to calculation including defined constant symbols, ie.

117: jp $ff00 + compression_jr
...
446: ld hl, $ff00 + current_line

Seems rgbds-0.4.2 doesn't like calculation with symbols.