On Mon, Sep 17, 2018 at 1:30 AM Kito Cheng <kito.cheng@gmail.com> wrote: > This patch is fixing the behavior of disassembler for bge[u], bge[u] > and ble[u] will disassemble to ble[u] currently, however ble[u] is > pseudo/alias instruction, so I think it should disassemble into bge[u] > instead of ble[u]. OK. Committed. Jim