CharlyCst / miralis

Miralis is an experimental system that virtualises firmware
https://miralis-firmware.github.io/
MIT License
6 stars 0 forks source link

Refactored load&store instructions #170

Closed Wesdcv closed 2 weeks ago

Wesdcv commented 2 weeks ago

Summary

Previously, our codebase was suboptimal for the organization of load and store instructions. Each ISA instruction had its own separate enum field, resulting in redundancy and maintenance challenges. However, many load and store instructions share their meaningful fields.

Key Changes