Closed esaulenka closed 5 years ago
Please, add support for NOP instruction. patch for tricore.sinc:
was:
# NOP (SR) :nop is op0007=0x0 & op0815=0x0 unimpl # NOP (SYS) :nop is op0007=0xd & op0815=0x0 ; op1631=0x0 unimpl
corrected:
# NOP (SR) :nop is op0007=0x0 & op0815=0x0 { } # NOP (SYS) :nop is op0007=0xd & op0815=0x0 ; op1631=0x0 { }
oh, sorry it looks OK in latest version
Please, add support for NOP instruction. patch for tricore.sinc:
was:
corrected: