TheThirdOne/rars

BLT instruction machine code is not correct according to the document

ZoroGH opened this issue · 0 comments

ZoroGH commented

hi, i am using the rars to translate the assembly code to machine code,

blt x6,x7, 0x10
the translated code is
0000000_00110_00111_101_10000_1100011
but the machine code is actually blt x6,x7, 0x08 according to the spec