go-studybox/script
Zorchenhimer 11cfad1e1a
[script] Add CDL; Add "smart" parsing
- Added a CDL implementation.  It is still very incomplete and is not
  really used yet.
- Added "smart" parsing.  This will disassemble the code and follow any
  jumps and calls.  Anything not found by this is currently excluded
  from output.
2025-09-14 16:52:06 -04:00
..
cdl.go [script] Add CDL; Add "smart" parsing 2025-09-14 16:52:06 -04:00
instructions.go [script] Add InlineImmediate field to Instruction 2025-09-06 22:55:06 -04:00
labels.go [script] Add CDL; Add "smart" parsing 2025-09-14 16:52:06 -04:00
parser.go [script] Add CDL; Add "smart" parsing 2025-09-14 16:52:06 -04:00
script.go [script] Move InstrStat to script/stats.go 2025-09-13 14:03:45 -04:00
stats.go [script] Move InstrStat to script/stats.go 2025-09-13 14:03:45 -04:00
tokens.go [script] Add CDL; Add "smart" parsing 2025-09-14 16:52:06 -04:00
values.go Initial commit 2024-04-27 15:19:14 -04:00