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