go-studybox/script
Zorchenhimer c43d4dd29c
[script] Update Op Codes
Added:
- 0x89 draw_string
- 0xAA long_jump
- 0xAF string_to_arg_a
- 0xB0 arg_a_to_string
- 0xB4 indirect_copy_471A_4E
- 0xB5 string_copy
- 0xB6 word4E_to_word471A

Renamed:
- 0xB7 deref_ptr_inlne to push_var
- 0xBA push to push_data_indirect
- 0xB8 trim_string_start to trim_string_start_32

Also added a bunch of comments.
2025-09-21 17:23:13 -04:00
..
cdl.go [script] Improve CDL logic 2025-09-14 18:06:46 -04:00
instructions.go [script] Update Op Codes 2025-09-21 17:23:13 -04:00
labels.go [script] Add CDL; Add "smart" parsing 2025-09-14 16:52:06 -04:00
parser.go [script] Improve CDL logic 2025-09-14 18:06:46 -04:00
script.go [script] Improve CDL logic 2025-09-14 18:06:46 -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