Register instructions

master
Jonas Franz 5 years ago
parent 2e5f40e271
commit e51c5be227
Signed by: JonasFranzDEV
GPG Key ID: 7293A220B7C38080
  1. 4
      hal/instructions.go

@ -41,6 +41,10 @@ var instructions = []*Instruction{
InstructionStop, InstructionStop,
InstructionIn, InstructionIn,
InstructionOut, InstructionOut,
InstructionLoad,
InstructionLoadNum,
InstructionStore,
InstructionJumpNeg,
InstructionAddnum, InstructionAddnum,
} }

Loading…
Cancel
Save