renamed to kide(crystal)
This commit is contained in:
@ -8,7 +8,7 @@ provides the stack glue. All the stuff a compiler would usually do.
|
||||
|
||||
Also all syscalls are abstracted as functions.
|
||||
|
||||
The Sapphire Convention
|
||||
The Kide Convention
|
||||
----------------------
|
||||
|
||||
Since we're not in c, we use the regsters more suitably for our job:
|
||||
|
@ -7,7 +7,7 @@ module Vm
|
||||
|
||||
# Admittately it would be simpler just to create the (abstract) instructions and let the machine
|
||||
# encode them into what-ever is neccessary, but this approach leaves more possibility to
|
||||
# optimize the actual instruction stream (not just the sapphire instruction stream). Makes sense?
|
||||
# optimize the actual instruction stream (not just the kide instruction stream). Makes sense?
|
||||
|
||||
# We have basic classes (literally) of instructions
|
||||
# - Memory
|
||||
|
Reference in New Issue
Block a user