renamed to kide(crystal)

This commit is contained in:
Torsten Ruger
2014-07-17 02:26:13 +03:00
parent fb105cb895
commit 337b1a8ee0
24 changed files with 34 additions and 34 deletions

View File

@ -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:

View File

@ -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