increase binary_code size to 32
save a few jump, adds some size to binary 16 just seemed kind of small
This commit is contained in:
@ -41,7 +41,7 @@ module Risc
|
||||
# how many instruction up until the main starts, ie
|
||||
# ticks(main_at) will be the label for main
|
||||
def main_at
|
||||
20
|
||||
19
|
||||
end
|
||||
|
||||
def get_return
|
||||
|
Reference in New Issue
Block a user