Browse Source

import PARSED_INSTRUCTIONS

dynamic
Raphael Roberts 5 years ago
parent
commit
1cc1fb2dd3
  1. 1
      c2logic/compiler.py

1
c2logic/compiler.py

@ -24,6 +24,7 @@ from .instructions import (
RawAsm,
ParsedInstruction,
ParsedInstructionFactory,
PARSED_INSTRUCTIONS,
)
@dataclass

Loading…
Cancel
Save