SPC700 opcode/instruction `1F 00 00` is disassembled to `jmp ($0000+x)`, which doesn't appear to be standard format/syntax. The correct format/syntax should be `jmp [!$0000+x]`. Thanks!