chore: extend memory
tests: add register dump, printing
feat: add support for loading and saving ram from disk
feat: make RAM word aligned, add byte_enable Support sb, sh, lb, lh using byte enable instead of non-word aligned reads and writes.
fix: offset ram by bytes, not bits
feat: implement sb, sh, lb, lh support via masking
feat: add basic ram, alu, and register file