示例#1
0
def _api_1(sm: VM):
    print(sm.peek())
示例#2
0
def _jnq(sm: VM):
    if sm.peek() != 0:
        sm.set_pc(get_next_byte(sm) - 2)