Skip to content

A emulator for ARM programs. Aim to run ARM programs in x86 platform. The project is originally on source forge, at sourceforge.net/projects/armulator/

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

x-y-z/armulator

Repository files navigation

A emulator for ARM programs. 

Aim to run ARM programs(Thumb mode) in x86 platform.
Support:
 - virtual memory
 - dynamic memory allocation (heap)
 - file read and write
 - keyboard read and screen write

Currently only Thumb mode code is supported, which means 
you have to use "arm-elf-gcc -mthumb -Bstatic <source> -o <executable>"
to generate binary files.

About

A emulator for ARM programs. Aim to run ARM programs in x86 platform. The project is originally on source forge, at sourceforge.net/projects/armulator/

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published