frontend: add stub disassemble command

This commit is contained in:
2024-12-13 18:08:53 +00:00
parent fa40086f0a
commit 724f40f19f
2 changed files with 49 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
enum command_id {
CMD_ROOT,
CMD_ASSEMBLE,
CMD_DISASSEMBLE,
CMD_COMPILE,
CMD_REPL,
CMD_INTERNAL,