Commit Graph

7 Commits

Author SHA1 Message Date
2845c29c5f asm: assembler: constpool value indices are now used and enforced
constpool values must be defined in ascending sequence, each index must be greater than the last.
any gaps in the sequence will automatically be filled with null values.
2025-05-15 12:08:34 +01:00
179d0dddaa asm: assembler: fix write_selector not setting the number of args 2025-05-13 13:23:12 +01:00
ad23eec392 asm: assembler: don't include null terminator when writing string data 2025-05-13 13:22:46 +01:00
a167dd2af5 asm: fix compiler warnings 2024-12-14 21:03:44 +00:00
9af971c074 asm: fix all compiler warnings 2024-12-13 17:20:58 +00:00
5fe1a21978 asm: implement an asm parser and emitter 2024-12-13 12:26:01 +00:00
51fe7a0a71 asm: add different assembler scope types 2024-12-09 20:37:42 +00:00