started naming instruction arguments properly, starting with compare

This commit is contained in:
Torsten Ruger
2014-05-18 11:11:26 +03:00
parent f65ad813af
commit 6abd10f278
6 changed files with 63 additions and 48 deletions

View File

@@ -2,3 +2,4 @@ require_relative "test_arm"
require_relative "test_logic"
require_relative "test_move"
require_relative "test_memory"
require_relative "test_compare"