Add opcodes for increment and decrement; add optimizer

This commit is contained in:
Ilmir Usmanov
2014-07-24 19:27:58 +04:00
parent c837c7d435
commit 3b0fef6e04
11 changed files with 170 additions and 32 deletions
+2
View File
@@ -28,4 +28,6 @@ void serializer_dump_opcode (const void *);
void serializer_rewrite_opcode (const uint8_t, const void *);
void serializer_print_opcodes (void);
#endif // SERIALIZER_H