automatically create binary once cpu instructions are there

This commit is contained in:
Torsten Ruger
2018-03-26 19:42:15 +03:00
parent 3fcb4b74c7
commit 294f4d988f
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,6 @@
module Arm
# A translator is cpu specific and translates from risc instructions to a given
# cpu. This one transltes to Arm Instructions.
class Translator
# translator should translate from register instructio set to it's own (arm eg)