| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Validate that memory access is done via variables | Miquel Sabaté Solà | 2025-09-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | The address sanitizer is now able to detect whenever in an instruction a memory access is done without using variables. This is now detected for all instructions except for branching, which falls outside of this scope. Moreover, simple arithmetics is allowed and bounds are checked for simple cases. That being said, more involved bound checks should be done with other tools (e.g. emulators). Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | Add a warning for each unused variable | Miquel Sabaté Solà | 2025-09-02 | 2 | -0/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | nasm: Implement the -D flag | Miquel Sabaté Solà | 2025-01-22 | 3 | -0/+0 |
| This allows users to define variables directly from the command line, which is useful for testing purposes. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | |||||
