Skip to content

LUCClass/intro_pi_asm_homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

ARM Assembly Homework

Type in the first assembly program from the Raspberry Pi Assembler book in section 1.2, page 10 of the PDF. Compile the program on x86 Ubuntu with:

arm-none-linux-gnueabi -static -o first first.s

Or use whatever cross compiler is on your system.

Run the program with:

qemu-user ./first
echo $?

Submit in your GitHub repository:

  1. Your source code first.s
  2. A screenshot of your terminal compiling and running your program

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published