ZoroGH opened this issue a year ago · 0 comments
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
blt x6,x7, 0x10
0000000_00110_00111_101_10000_1100011
blt x6,x7, 0x08