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

Safe HaskellSafe
LanguageHaskell98

Language.SSVM.Binary

Synopsis

Documentation

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

Dump bytecode to file

loadCode :: FilePath -> IO Code Source #

Load bytecode from file