Skip to content

A detailed and commented floating point multiplier code for a standard ARM architecture.

Notifications You must be signed in to change notification settings

Mars-Wave/Floating-Point-ARM-Multiplier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Floating-Point-ARM-Multiplier

A detailed and commented floating point multiplier code for a standard ARM architecture. It is not the most efficient but it has been made taking into account readability and understandability.

Code needed to function is in Main.S, to use it you will need to compile it, build it and debug it simulating a standard ARM architecture. For it you can use your preferred ARM IDE. I myself used eclipseARM, you will also need a script for the linker etc, the usual to debug ARM code.

About

A detailed and commented floating point multiplier code for a standard ARM architecture.

Topics

Resources

Stars

Watchers

Forks