1.10-Lmod-00:
rgbasm:
- Separated output between stdout and stderr.
- Assembly will insterrupt infinite loop of errors.
- Improved error messages.
- DQ and RQ directives added for 32-bit data structure.
- Allow only a part of a binary file to be included instead of the whole thing. Syntax: INCBIN "stuff.dat", start_pos, length
- Added output of file dependency information for each file included/assembled. Enabled with a command line option.
- Added a command line option -q to for quiet mode (suppress messages except errors).
- Changed default fillchar to 0xFF.
- Added STRTRIM, STRLTRIM, STRRTRIM directives to allow trimming of white space from strings in macro arguments.
- Allow PC-relative jumps out of section as long as source and destination section/address is fixed.
- Allow PC-relative jumps from $00xx to $FFxx.
- Fixed seg. fault when running with options but no input file.
- Added section types ALIGNED_HOME, ALIGNED_CODE and ALIGNED_DATA.
- Updated to RGB3 object format with section names and new section types.
- Added section types CONTAINED_HOME, CONTAINED_CODE and CONTAINED_DATA.

xlink:
- Separated output between stdout and stderr.
- Changed default fillchar to 0xFF.
- Fixed seg. fault when running with options but no input file.
- Added functionality for ALIGNED_HOME, ALIGNED_CODE, ALIGNED_DATA.
- Updated RGB3 object format with section names and new section types.
- Print section names in mapfile.
- Added functionality for CONTAINED_HOME, CONTAINED_CODE and CONTAINED_DATA.

xlib:
- Separated output between stdout and stderr.

rgbfix:
- Separated output between stdout and stderr.
- Added a command line option -q to for quiet mode (suppress messages except errors).
- Fixed seg. fault when running with options but no input file.
- Added optional argument for command line option -p for setting byte value with which the ROM should be padded and changed default to 0xFF.
- Added command line option -m for setting RAM size.
- Added command line option -b for setting MBC type.
- If romsize > 32kB, MBC type is 0x00 and the filename has gbc extension, '-v' will now change MBC type to 0x19 (ROM+MBC5) instead of 0x01 (ROM+MBC1).
- Added command line options -c and -o for setting byte 0x143 to 0x80 or 0xC0.
- Added names for different MBC types.
- Added warning when using -c or -o option on file that does not have gbc extension.
- Added warning when -c or -o option overwrites last character of 16 character long title set by -t option.
- A title added with the -t option that is shorter than 16 chars is now extended with spaces.

