Commit Graph

7 Commits

Author SHA1 Message Date
Rairii
54404a1fa6 asm: fix the case for non-exported function that returns a value 2025-04-11 13:04:58 +01:00
Rairii
301c583ce2 asm: fix referencing arguments where function is not exported and argument list may be unknown 2025-04-11 12:59:29 +01:00
Rairii
7202da81ea asm: fix culture issues by setting current thread culture when inside the assembler 2025-04-11 12:29:37 +01:00
zc
b20d5d88b5 libifps: allow Instruction.Create(OpCode, Operand, Operand, Operand) to be used for InlineCmpValueType too
libasm: allow generic operand to be used for InlineCmpValueType op2, as well as type
tests: refactor and fix
tests: add test for InlineCmpValueType on type and variable
2023-03-31 13:19:31 +01:00
zc
b85cd7770a lib: allow record element names to be specified
asm: allow record element names to be specified
asm: fix some errors being thrown by the wrong parser element
asm: add light obfuscation, when enabled all exported functions will be renamed to "A"
2022-12-09 16:01:32 +00:00
zc
f99cb21c5d asm: fix inverted conditional when assembling by-ref arguments 2022-12-09 15:45:53 +00:00
zc
9b71ef23ca Add project files. 2022-08-07 15:42:41 +01:00