aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/tilesasm/drawtiles.s
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-051-272/+0
| | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension.
* Removed old libn00bref.odt document, added tilesasm example, examples in ↵U-Lameguy64-LT\Lameguy642022-01-171-0/+272
source form now copied on installation, more graphics primitives documented, some changes to readme