fxos/lib
Lephenixnoir 2dbd910379
fxos, _if: add insufficient call analysis
We look for constants in call instruction parameters, but this only
works for jsr because the register argument in [jmp @rn] is not known to
be a constant yet (some static analysis required).
2023-08-20 20:23:30 +02:00
..
ai relconst: fix a printing bug causing some constants to show as 0 2022-12-29 22:16:47 +01:00
passes fxos, _if: add insufficient call analysis 2023-08-20 20:23:30 +02:00
util meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
AbstractMemory.cpp meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
disassembly.cpp fxos, _if: add insufficient call analysis 2023-08-20 20:23:30 +02:00
lang.cpp fxos, _if: add insufficient call analysis 2023-08-20 20:23:30 +02:00
load-asm.l refactor disassembly infrastructure and passes 2022-03-28 20:59:30 +01:00
memory.cpp meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
os.cpp meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
semantics.cpp meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
symbols.cpp meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
vspace.cpp fix mismatch of new[] and delete in Buffer 2022-04-06 09:36:29 +01:00