Use specific commits when running tests
Allow test repos to be kept locally
Fix the global checksum calculation in rgbfix
rgbasm: Allow variations of 'ld [$FF00+c],a'
Increase version number to 0.3.7
rgbasm: Check the values of operands in bit shifts
Enable GCC options to detect undefined behaviour
checkpatch: Ignore warnings about SPDX
rgbfix: Fix checkpatch issues
Don't generate output file if overlay isn't found
Document `Section ID == -1` in object files
Merge pull request #264 from inmemrgbfix
Rewrite rgbfix to perform most actions in memory.
tests: Update references
rgbfix: Add check to malloc()
Replace tabs by spaces in fprintf()
rgbasm: Fix declaration of fatalerror()
Merge pull request #261 from warnings
Cleanup GCC compiler attributes
Check code style as part of the CI tests
Remove check for C11 in helpers.h
Create makefile target to check all warnings
Rename stdnoreturn.h to helpers.h
Remove C++ check in stdnoreturn.h
Enable a few warning flags
Add default clauses to switch statements
Enable more optional warnings
Don't save '@' in map and sym files
Simplify parsing of variable-length lists
Allow to JR to numeric constants
Increase version number to 0.3.6
Fix crash in rgbgfx with height not multiple of 8
Document character maps
Add a new flag, -f, which allows independently fixing or trashing checksums.
Merge pull request #237 from continue-lines
Document line continuation syntax
Fix style of code sections in manpages
Allow line continuations in list of macro args
Allow to scape `"` in lists of macro args
Allow to continuate lines except inside macros
Add flag to rgbasm to disable LD->LDH optimization
Add safeguards against string overflows
Add CSS file for the html documentation
Handle newlines and comments correctly
Allow JR between sections
Introduce command PRINTI to print integers
Fix HIGH() and LOW() for constants
Merge pull request #235 from obskyr/rgbgfx-color
Allow superfluous height for 1-tile-wide images
Clarify and update rgbgfx documentation
Handle grayscale images as expected
Add color and transparency support to rgbgfx
Fix typo in rgblink manpage
Increase version number to 0.3.5
Move version files out of extern folder
Fix linkerscript man page
Fix nit in rgbasm.5 man page
Fix local execution of run-tests.sh script
Add test to verify hex codes of all instructions
Add external projects to Travis CI jobs
Prefer snprintf to strncpy when outputting C strings
Add note about the MIT License in CONTRIBUTING.rst
Remove dependency of reallocarray()
Remove dependency of strlcpy()
Remove dependency of strlcat()
Relicense codebase under MIT license
Split src/asm/charmap.c into two files
Exclude html files from checkpatch
Disable OSX builds in Travis CI
Don't clean html files with `make clean`
Fix linkerscript linking errors
Fix html doc file name
Make clean target of Makefile clean html files
Move documentation to this repository
Fix typo in documentation
Increase version number to 0.3.4
Fix indentation in asmy.y
Improve error messages
Fix WRAMX BANK offset in the right place
Output error msg when object file can't be opened
Cleanup BANK related definitions
Reduce SRAM bank number to 16 in rgbasm
Add CONTRIBUTING.rst file
PUSHS and POPS also affect the symbol scope
Convert Markdown files to reStructuredText
Allow to request BANK() of sections and PC
Make list of linker symbols common
Decouple commands in checkpatch Makefile target
Move externs to header files