Merge pull request #404 from Vinc0682/master

FIX documentaion of the CRASH instruction
This commit is contained in:
Marcel Keller
2021-11-01 23:38:20 +11:00
committed by GitHub

View File

@@ -442,7 +442,9 @@ class join_tape(base.Instruction):
arg_format = ['int']
class crash(base.IOInstruction):
""" Crash runtime. """
""" Crash runtime if the register's value is > 0.
:param: Crash condition (regint)"""
code = base.opcodes['CRASH']
arg_format = ['ci']