aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* parser: Move out the parsing of control statementsMiquel Sabaté Solà2025-01-051-50/+63
* Implement block bodies inside of the assemblerMiquel Sabaté Solà2025-01-054-194/+214
* parser: Implement block bodiesMiquel Sabaté Solà2025-01-043-109/+321
* Rename to tools.nesMiquel Sabaté Solà2024-12-254-14/+15
* Add a test on jumps and labels inside of procsMiquel Sabaté Solà2024-12-241-2/+61
* Fix usage of labels inside of macrosMiquel Sabaté Solà2024-12-242-35/+84
* Forbid creating named labels inside of macrosMiquel Sabaté Solà2024-12-241-0/+37
* nasm: Also show warnings when there are errorsMiquel Sabaté Solà2024-12-241-0/+8
* Prevent missplaced start for procs and scopesMiquel Sabaté Solà2024-12-232-4/+86
* Prevent early .end statementsMiquel Sabaté Solà2024-12-232-3/+99
* Make more explicit segment/macros are only globalMiquel Sabaté Solà2024-12-232-22/+69
* nasm: Allow file paths for the configurationMiquel Sabaté Solà2024-12-223-16/+36
* Transform mapping configurations into toml filesMiquel Sabaté Solà2024-12-2211-390/+599
* Add support for UxROM chipsMiquel Sabaté Solà2024-12-205-4/+446
* Introduce end-to-end testsMiquel Sabaté Solà2024-12-206-0/+644
* Prevent a division by zeroMiquel Sabaté Solà2024-12-201-0/+51
* Dual license the source code under this repositoryMiquel Sabaté Solà2024-12-203-1/+183
* Only shrink the addressing on resolved bundlesMiquel Sabaté Solà2024-12-201-3/+35
* Shrink some absolute instructions by one byteMiquel Sabaté Solà2024-12-201-5/+27
* Improve the format of error messagesMiquel Sabaté Solà2024-12-203-74/+83
* nasm: Send errors to stderr insteadMiquel Sabaté Solà2024-12-201-3/+3
* Do not spit out bytes if -Werror was passedMiquel Sabaté Solà2024-12-201-9/+13
* Add support for warningsMiquel Sabaté Solà2024-12-202-16/+66
* Expect macros to overwrite parameter valuesMiquel Sabaté Solà2024-12-201-32/+8
* Find variable values on parent scopesMiquel Sabaté Solà2024-12-202-12/+99
* scripts: Error out on warningsMiquel Sabaté Solà2024-12-191-0/+2
* assembler: Implement and add tests for operatorsMiquel Sabaté Solà2024-12-192-6/+228
* parser: Add support for operatorsMiquel Sabaté Solà2024-12-192-12/+217
* Export documentation on PString::to_isizeMiquel Sabaté Solà2024-12-191-3/+3
* parser: Allow for parenthesized expressionsMiquel Sabaté Solà2024-12-191-0/+43
* Implement the .incbin control statementMiquel Sabaté Solà2024-12-195-10/+162
* Merge code handling for procs and labelsMiquel Sabaté Solà2024-12-181-55/+75
* Reset literal mode on pending nodesMiquel Sabaté Solà2024-12-181-3/+5
* Add support for jumping into .proc'sMiquel Sabaté Solà2024-12-182-7/+67
* Fix label references on control statementsMiquel Sabaté Solà2024-12-181-1/+47
* scripts: Add a script to perform all tests at onceMiquel Sabaté Solà2024-12-181-0/+16
* Rename xixanta's fuzz targetsMiquel Sabaté Solà2024-12-184-6/+6
* Prevent a crash on bad binary literalsMiquel Sabaté Solà2024-12-181-27/+33
* Remove unneeded public referencesMiquel Sabaté Solà2024-12-182-4/+4
* Split crunch_and_resolve_pendingMiquel Sabaté Solà2024-12-181-5/+21
* Remove unneeded Init and Parsing stage valuesMiquel Sabaté Solà2024-12-181-7/+19
* Remove unneeded Ok callMiquel Sabaté Solà2024-12-181-1/+1
* Prevent addresses which are out of boundsMiquel Sabaté Solà2024-12-182-13/+41
* nasm: Remove the option to disassemble a fileMiquel Sabaté Solà2024-12-181-37/+13
* Improve documentation on nasmMiquel Sabaté Solà2024-12-181-5/+22
* github: Add issue/PR templatesMiquel Sabaté Solà2024-12-182-0/+29
* Remove From<std::io::Error> from errorsMiquel Sabaté Solà2024-12-181-30/+0
* header: Add fuzzy testingMiquel Sabaté Solà2024-12-185-0/+119
* Add the readrom binaryMiquel Sabaté Solà2024-12-188-2/+431
* Update the README for open sourcing the projectMiquel Sabaté Solà2024-12-164-3/+25