dcpu16-0.1.0.2: DCPU-16 Emulator & Assembler
Dcpu16.Assembler.Syntax
data AValue Source #
Constructors
Instances
Methods
showsPrec :: Int -> AValue -> ShowS #
show :: AValue -> String #
showList :: [AValue] -> ShowS #
data AInstr Source #
showsPrec :: Int -> AInstr -> ShowS #
show :: AInstr -> String #
showList :: [AInstr] -> ShowS #
valueSize :: Value -> Int Source #
asmValueSize :: AValue -> Int Source #
asmInstrSize :: AInstr -> Int Source #