Fixed bug in assembler parser
diff --git a/instructions.h b/instructions.h
index 082016f..c2c18d0 100644
--- a/instructions.h
+++ b/instructions.h
@@ -159,3 +159,4 @@
 	INST(STY, AM_ZP, 0x84, 2) \
 	INST(STY, AM_ZPX, 0x94, 2) \
 	INST(STY, AM_ABS, 0x8c, 3) \
+