1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2025-04-09 12:38:19 +00:00

Add a header. Now looks nicer on GitHub!

This commit is contained in:
Radosław Kujawa 2017-01-20 23:23:04 +01:00
parent 07e1a008d9
commit d2dc51cbd3

View File

@ -1,3 +1,4 @@
opcode_id,mnemonic,addressing,size,emulation
OP_BRK,"brk",IMPLIED,1,NULL
OP_ORA_IZPX,"ora",IZPX,1,NULL
OP_NOPI_3,"nop",IMMEDIATE,2,NULL

1 OP_BRK opcode_id brk mnemonic IMPLIED addressing 1 size NULL emulation
1 opcode_id mnemonic addressing size emulation
2 OP_BRK OP_BRK brk brk IMPLIED IMPLIED 1 1 NULL
3 OP_ORA_IZPX OP_ORA_IZPX ora ora IZPX IZPX 1 1 NULL
4 OP_NOPI_3 OP_NOPI_3 nop nop IMMEDIATE IMMEDIATE 2 2 NULL