JackCotter / Microprocessing-on-Fedora

SENG440 project for programming a microprocessor on Fedora. Using Virtual-manager and QEMU.
0 stars 0 forks source link

Investigate Processor #2

Open JackCotter opened 2 months ago

JackCotter commented 2 months ago

Determine the following:

  1. What processor the VM is emulating
  2. Where the instruction set documentation is
  3. If leading 1's or 0s instructions are available
  4. Any other useful instructions?
charliewager commented 1 month ago

Cortex A-15 Processor with ARMv7l architecture

charliewager commented 1 month ago

Has a count leading zeros instruction (CLZ)