tests for mom check instructions

This commit is contained in:
2019-09-15 19:57:15 +03:00
parent 5ab021de5a
commit b46512a1b8
7 changed files with 145 additions and 27 deletions

View File

@@ -71,4 +71,5 @@ require_relative "instructions/function_return"
require_relative "instructions/transfer"
require_relative "instructions/label"
require_relative "instructions/branch"
require_relative "instructions/dynamic_jump"
require_relative "instructions/operator_instruction"