Commit Graph
114 Commits
Author SHA1 Message Date
Yoshi Askharoun f5dcc0206f Begin markup assembler 2024-02-02 23:26:55 -06:00
Yoshi Askharoun a605da9ce1 Update UIX 2024-02-01 11:43:07 -06:00
Yoshi Askharoun 2628aa422e Update test for namespace import 2024-02-01 11:43:03 -06:00
Yoshi Askharoun 601fd2b4fa Strip extra information from assembly imports 2024-02-01 11:42:48 -06:00
Yoshi Askharoun 738dc1e4ab Add NuGet properties 2024-01-31 20:28:50 -06:00
Yoshi Askharoun 8e03007e2e Add TempFile helper 2024-01-31 20:07:01 -06:00
Yoshi Askharoun a7535ed4d2 Rename Test1 2024-01-31 19:51:55 -06:00
Yoshi Askharoun a4415cb800 Use included test resources and add MarkupSystem fixture 2024-01-31 19:48:13 -06:00
Yoshi Askharoun a13c6b5e78 Add test files 2024-01-31 19:47:48 -06:00
Yoshi Askharoun 86500a4ec1 Exclude URI of current file from imports 2024-01-31 19:44:53 -06:00
Yoshi Askharoun 7d3bce3e2b Mark disassembled object section with label 2024-01-31 19:44:23 -06:00
Yoshi Askharoun 45475c5934 Exclude URI of current file from imports 2024-01-31 19:44:11 -06:00
Yoshi Askharoun b2ae711337 Remove empty space after instructions with no operands 2024-01-31 18:44:31 -06:00
Yoshi Askharoun d29406b725 Improve formatting of Program.ToString() 2024-01-31 18:43:04 -06:00
Yoshi Askharoun f075fce9ec Implement disassembly for all instructions 2024-01-31 18:34:45 -06:00
Yoshi Askharoun 410848a29e Prefer using suffixes for instruction mnemonics 2024-01-31 18:33:40 -06:00
Yoshi Askharoun 0a205c2fa8 Use two-way mapping for mnemonics -> opcodes 2024-01-31 16:58:28 -06:00
Yoshi Askharoun d77d2953b8 Move syntax models to own folder 2024-01-31 09:21:30 -06:00
Yoshi Askharoun c54fab21e7 Begin UIB disassebler 2024-01-30 23:30:42 -06:00
Yoshi Askharoun 26ab2444f2 Store actual operand value 2024-01-30 23:30:11 -06:00
Yoshi Askharoun 199d2263e6 Allow for different kinds of imports 2024-01-30 22:44:48 -06:00
Yoshi Askharoun 810a6badac Print parsed program to test output 2024-01-29 22:09:51 -06:00
Yoshi Askharoun 19d65e8cc5 Make OperationMnemonicMap one-to-one 2024-01-29 22:09:39 -06:00
Yoshi Askharoun e77792c15c Rename UIX.Asm namespace to Microsoft.Iris.Asm 2024-01-29 21:57:00 -06:00
Yoshi Askharoun 2bf42a5df3 Remove unused parsers 2024-01-29 21:48:15 -06:00