Is the a way to simulate 8 bit and 16-bit processors in Matlab?

2 views (last 30 days)
I'm implementing a new lightweight cipher in Matlab. I will require the simulation of 8-bit and 16-bit processors to test the performance of the cipher. So it is possible to simulate 8-bit and 16-bit processor in Matlab?
  2 Comments
James Tursa
James Tursa on 31 Mar 2020
We need more detail. Are you asking about simulating 8-bit and 16-bit integer arithmetic, or are you asking about simulating the entire opcode set of a processor?
Yousuf Al-Aali
Yousuf Al-Aali on 31 Mar 2020
Start with 8-bit and 16-bit integer arithmetic and later simulate running the functions on 8-bit processor and 16-bit processor with simulated registers to monitor the resource usage i.e. processor load, memory requirement.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!