namechange

This commit is contained in:
Torsten Ruger
2014-07-29 18:33:11 +03:00
parent da9a57b3cf
commit 7b6f364ba8
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 Kide Convention
The Salama 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 kide instruction stream). Makes sense?
# optimize the actual instruction stream (not just the salama instruction stream). Makes sense?
# We have basic classes (literally) of instructions
# - Memory