comparison src/d09.c @ 74:c29030b5e4b4

program is correctly stored. fix d09 ror bug
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 06 Aug 2018 17:36:20 +0900
parents eb9be32c701c
children 3f8bbec566b3
comparison
equal deleted inserted replaced
73:ae26a881ac7a 74:c29030b5e4b4
99 { "LSR ", 6, 2, D_Direct, NULL }, /* 0x04 */ 99 { "LSR ", 6, 2, D_Direct, NULL }, /* 0x04 */
100 { "?????", 0, 1, D_Illegal, NULL }, /* 0x05 */ 100 { "?????", 0, 1, D_Illegal, NULL }, /* 0x05 */
101 { "ROR ", 6, 2, D_Direct, NULL }, /* 0x06 */ 101 { "ROR ", 6, 2, D_Direct, NULL }, /* 0x06 */
102 { "ASR ", 6, 2, D_Direct, NULL }, /* 0x07 */ 102 { "ASR ", 6, 2, D_Direct, NULL }, /* 0x07 */
103 { "LSL ", 6, 2, D_Direct, NULL }, /* 0x08 */ 103 { "LSL ", 6, 2, D_Direct, NULL }, /* 0x08 */
104 { "ROR ", 6, 2, D_Direct, NULL }, /* 0x09 */ 104 { "ROL ", 6, 2, D_Direct, NULL }, /* 0x09 */
105 { "DEC ", 6, 2, D_Direct, NULL }, /* 0x0a */ 105 { "DEC ", 6, 2, D_Direct, NULL }, /* 0x0a */
106 { "?????", 0, 1, D_Illegal, NULL }, /* 0x0b */ 106 { "?????", 0, 1, D_Illegal, NULL }, /* 0x0b */
107 { "INC ", 6, 2, D_Direct, NULL }, /* 0x0c */ 107 { "INC ", 6, 2, D_Direct, NULL }, /* 0x0c */
108 { "TST ", 6, 2, D_Direct, NULL }, /* 0x0d */ 108 { "TST ", 6, 2, D_Direct, NULL }, /* 0x0d */
109 { "JMP ", 3, 2, D_Direct, NULL }, /* 0x0e */ 109 { "JMP ", 3, 2, D_Direct, NULL }, /* 0x0e */