1.include "macros.inc" 2 3start 4 5test_name BI_1 6bi jump 7tc_fail 8end 9 10jump_back: 11tc_pass 12end 13 14jump: 15tc_pass 16 17test_name BI_2 18bi jump_back 19tc_fail 20 21end 22 23 24