Skip to content

Tags: PMArkive/rgbds

Tags

v0.3.7

Toggle v0.3.7's commit message
Increase version number to 0.3.7

Signed-off-by: Antonio Niño Díaz <[email protected]>

v0.3.6

Toggle v0.3.6's commit message
Increase version number to 0.3.6

Signed-off-by: Antonio Niño Díaz <[email protected]>

v0.3.5

Toggle v0.3.5's commit message
Increase version number to 0.3.5

Signed-off-by: Antonio Niño Díaz <[email protected]>

v0.3.4

Toggle v0.3.4's commit message
Fix typo in documentation

Signed-off-by: Antonio Niño Díaz <[email protected]>

v0.3.3

Toggle v0.3.3's commit message
Improve error messages

Signed-off-by: Antonio Niño Díaz <[email protected]>

v0.3.2

Toggle v0.3.2's commit message
Fail when using negative constants if not allowed

Some commands, such as `DS`, `BANK[n]`, etc, don't allow the use of
negative constants, but there wasn't any check to prohibit the code from
trying to do so.

This patch adds the `uconst` type to the parser to use when a constant
is expected, but it mustn't be negative.

Signed-off-by: Antonio Niño Díaz <[email protected]>

v0.3.1

Toggle v0.3.1's commit message
Make fatalerror and yyerror consistent

There are two ways in which the assembly process can fail:

1. If there is a really big problem that compromises the whole process,
   the assembler has to stop right there and generate an error message.
   This happens with unterminated REPT loops, macros, etc.

2. If the problem isn't that big and the process can still continue,
   even though the final result is invalid, the assembler can try to
   continue and warn the user about all errors it finds in the code.

This patch clarifies the use of each function and replaces the function
used in two places by the correct one.

Signed-off-by: Antonio Niño Díaz <[email protected]>

v0.3.0

Toggle v0.3.0's commit message
Improve MinGW target of Makefile

It works now with an install of MinGW for both Win32 and Win64. It needs
libpng and zlib.

Signed-off-by: Antonio Niño Díaz <[email protected]>

v0.2.5

Toggle v0.2.5's commit message
Merge pull request gbdev#16 from yenatch/eval-rpn-bank

rgbasm: Evaluate BANK() arguments to verify they exist.

v0.2.4

Toggle v0.2.4's commit message
Tag rgbds-0.2.4.