make the interpreter platform

but still using the risc_instruction stream
This commit is contained in:
Torsten Ruger
2018-05-17 09:31:36 +03:00
parent 07ed16d765
commit 49c4d170ce
9 changed files with 131 additions and 20 deletions

View File

@ -1,8 +1,5 @@
require_relative "../helper"
require_relative "helper"
class DevNull
def write_unsigned_int_32( _ );end
end
module Risc
class TestTranslator < MiniTest::Test