jserv / full-stack-hello

minimal instruction set and assembler/compiler for "Hello World" execution
Other
114 stars 49 forks source link

Missing operand in assembly file crashes as_exec. #22

Closed pakls closed 7 years ago

pakls commented 7 years ago

If the format of an instruction takes two parameters, as_exec crashes if the code is written with only one operand.

pakls commented 7 years ago

Fixed in #26.