Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 208 Bytes

File metadata and controls

9 lines (7 loc) · 208 Bytes

li x11,-1 li x12,100 bgtu x11,x12,exit li x11,10 exit:

bgtu => branch greater than (unsigned)

image