mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 02:06:46 +00:00
Remove extraneous space for scd instruction for chip8
This commit is contained in:
parent
22d3438cdb
commit
8f23ec216e
@ -18,7 +18,7 @@ static int disassemble(RAsm *a, RAsmOp *op, const ut8 *b, int l) {
|
||||
} else if (opcode == 0x00EE) {
|
||||
buf_asm = "ret";
|
||||
} else if ((opcode & 0xFFF0) == 0x00C0) {
|
||||
buf_asm = sdb_fmt ("scd 0x%01x", nibble);
|
||||
buf_asm = sdb_fmt ("scd 0x%01x", nibble);
|
||||
} else if (opcode == 0x00FB) {
|
||||
buf_asm = "scr";
|
||||
} else if (opcode == 0x00FC) {
|
||||
|
Loading…
Reference in New Issue
Block a user