simple-stacked-vm-0.1.1: Simple stacked virtual machine: assembler, disassembler, bytecode interpreter

Safe HaskellSafe-Inferred

Language.SSVM.Binary

Synopsis

Documentation

dumpCode :: FilePath -> Code -> IO ()Source

Dump bytecode to file

loadCode :: FilePath -> IO CodeSource

Load bytecode from file