1 # Source file used to test the blt macro.
10 blt $
4,0x8000,text_label
11 blt $
4,-0x8000,text_label
12 blt $
4,0x10000,text_label
13 blt $
4,0x1a5a5,text_label
15 # ble is handled like blt, except when both arguments are registers.
16 # Just sanity check it otherwise.
22 # Sanity test bltl and blel
27 # Branch to an external label.
28 blt $
4,$
5,external_label
29 ble $
4,$
5,external_label
30 bltl $
4,$
5,external_label
31 blel $
4,$
5,external_label
33 # Round to a 16 byte boundary, for ease in testing multiple targets.