Пример #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)