refactor(frontend): fix loading code to editor

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2024-08-26 20:11:42 -07:00
parent f40437e94e
commit c81080659e
16 changed files with 599 additions and 403 deletions

View File

@@ -89,6 +89,7 @@ fn write_instructions_enum<T: std::io::Write>(
#[strum(use_phf, serialize_all = "lowercase")]
#[serde(rename_all = "lowercase")]
pub enum InstructionOp {
#[strum(props( example = "", desc = "No Operation", operands = "0" ))]
Nop,
#(#inst_variants)*