Booting functions again and send test

both class and normal sending tests at vool / mom level
This commit is contained in:
2019-08-12 11:57:32 +03:00
parent 2326081161
commit a4b6f29834
10 changed files with 36 additions and 41 deletions

View File

@ -20,7 +20,7 @@ module Risc
# module method to reset, and init
def self.boot!
Position.clear_positions
# Builtin.boot_functions
Builtin.boot_functions
end
end