Skip to content

vodkaice/arm-lecture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arm-lecture

ARM programs to illustrate tutorials

This repository fork from the embedded course teach by Jim Huaug. I modified something as follow to satisfy the request from class :

1.Implement the Finonacci sequence by using ARM assembly in two ways,recursive and ierterative.

2.Try to optimize the code

3.Try to evaluate the efficiency of the Fibonacci sequence and compare recursive and non-recursive performance.

4.Modify the makefile and add a script file to generate Fibonacci sequence from 5 to 40 automaticially.

About

ARM programs to illustrate tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 41.6%
  • Makefile 33.5%
  • Assembly 22.6%
  • Shell 2.3%