Skip to content

Concise particle system in armv8 assembly for the RPI

Notifications You must be signed in to change notification settings

mateosss/armv8-particles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle system made in pure armv8

Made for Computer Organization class

Click to open in youtube

  • The main implementation is located in app.s
  • Screen size is 512x512 with 16 bit RGB pixel colors.
  • X0 register points to the frame buffer base (first pixel)
  • main.s contains the frame buffer and particle memory initialization, and branchs to app.s
  • Use dashboard memory watch 0x40080100 256 in a armv8 qemu instance while running to look at the frame buffer

About

Concise particle system in armv8 assembly for the RPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published