fixing assembly (wip)

main entry is the main problem, still polishing
This commit is contained in:
Torsten Ruger
2015-05-26 20:17:03 +03:00
parent 8413f6b470
commit 96c59ac144
4 changed files with 14 additions and 29 deletions

View File

@ -28,11 +28,6 @@ module Virtual
# MUST have an uncoditional branch. And remember, all roads lead to return.
class CompiledMethodInfo
# return the main function (the top level) into which code is compiled
# this just create a "main" with create_method , see there
def self.main
self.create_method( "Kernel" , "main" , [] )
end
# create method does two things
# first it creates the parfait method, for the given class, with given argument names