Skip to content

Fedecas/ARMv8-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARMv8-graphics

A collection of ARMv8 assembly programs for animations

How to run it

Install (on Ubuntu)

  • Setting up aarch64 toolchain:
$ sudo apt install gcc-aarch64-linux-gnu
  • Setting up QEMU ARM:
$ sudo apt install qemu-system-arm

Debugging

  • Fetch and build aarch64 GDB:
$ sudo apt install gdb-multiarch
  • Setting up GDB:
$ wget -P ~ git.io/.gdbinit

Run

  • Compile and run (on each directory):
$ make run

Preview

Atomic

atomic

Ant

ant

Life

life

About

A collection of interesting ARMv8 assembly programs for animations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors