removes the asm from assemble signature (not used)

This commit is contained in:
Torsten Ruger
2014-04-25 11:56:53 +03:00
parent 93e4178017
commit d08e6702f0
9 changed files with 15 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ module Asm
super(opcode,args)
end
def assemble(io, as)
def assemble(io)
s = @update_status_flag? 1 : 0
case opcode
when :b, :bl