1*d83cc019SAndroid Build Coastguard Worker/* The break instruction syntax, which is currently just what was in the BNF, 2*d83cc019SAndroid Build Coastguard Worker * is bad. It really needs 2 arguments -- pop count (19:16, how many 3*d83cc019SAndroid Build Coastguard Worker * loops to break out of), and the IP count (15:0). For now, this argument 4*d83cc019SAndroid Build Coastguard Worker * should cover 1 loop, and jumping 2 instructions. 5*d83cc019SAndroid Build Coastguard Worker */ 6*d83cc019SAndroid Build Coastguard Workerbreak 65538; 7