项目作者: BrentLeeSF

项目描述 :
This C program executes ARM machine code by emulating the register state of an ARM CPU and emulating the execution of ARM instructions. *****Basically its a C program that imitates the actions of a CPU by breaking down each line of ARM assembly code into bit form, and performing the necessary 'CPU' actions to execute the program :)
高级语言: C
项目地址: git://github.com/BrentLeeSF/ARM_Assembly_Emulator_in_C.git
创建时间: 2017-12-30T01:57:27Z
项目社区:https://github.com/BrentLeeSF/ARM_Assembly_Emulator_in_C

开源协议:

下载