Skip to content

Commit

Permalink
FIX documentaion of the CRASH instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinc0682 committed Nov 1, 2021
1 parent bd67f80 commit d626b39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Compiler/instructions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit d626b39

Please sign in to comment.