jserv / full-stack-hello

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

Fix gen_opcode sorting and string format #18

Closed mlouielu closed 7 years ago

mlouielu commented 7 years ago

The script was sort on string opcode, not integer. Also, using string format to prevent string format type problem.

Solve #17