move put string to string where it belongs
This commit is contained in:
14
lib/register/builtin/word.rb
Normal file
14
lib/register/builtin/word.rb
Normal file
@ -0,0 +1,14 @@
|
||||
module Register
|
||||
module Builtin
|
||||
module Word
|
||||
module ClassMethods
|
||||
def putstring context
|
||||
function = Virtual::CompiledMethodInfo.create_method(:Word , :putstring , [] )
|
||||
Kernel.emit_syscall( function , :putstring )
|
||||
function
|
||||
end
|
||||
end
|
||||
extend ClassMethods
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user