Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 610 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 610 Bytes

retro_ping_pong

Hier ist ein Assembler-Projekt. Im diesem Projekt wird das Ping-Pong-Spiel, das wir als Kind auf Tetris ähnliche Spielkonsole gespielt haben, auf Raspberry Pi ohne Betriebssystem (Baremetal) programmiert. Die Quellencodes sind in Assembler geschrieben.

Wie man den Raspberry ohne Betriebsystem benutzen kann, wird von Alex Chadwick, der Cambridge Universität ["Baking Pi – Operating Systems Development" (http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/index.html)] erklärt. Die Routines, um Bilder auf dem Bildschirm darzustellen, sind dort entnommen worden.