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