1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

added support for undocumented NOPs

This commit is contained in:
mrdudz
2014-11-19 23:20:46 +01:00
parent cf82bfaf37
commit 044aee7f8d
5 changed files with 44 additions and 32 deletions
+2
View File
@@ -1,3 +1,5 @@
.setcpu "6502X"
brk ; 00
ora ($12,x) ; 01 12
jam ; 02