This commit is contained in:
Torsten Ruger
2018-03-26 19:17:30 +03:00
parent 46a5eefbd4
commit e61ef93943
4 changed files with 23 additions and 31 deletions

View File

@ -31,6 +31,10 @@ module Risc
@name.split(".").length == 2
end
def assemble_all( io )
self.each {|ins| ins.assemble(io)}
end
def assemble io
end