https://github.com/julienmalka/pongassembly
Simple Pong Game coded in Nios II Assembly
https://github.com/julienmalka/pongassembly
assembly nios2 processor
Last synced: about 1 year ago
JSON representation
Simple Pong Game coded in Nios II Assembly
- Host: GitHub
- URL: https://github.com/julienmalka/pongassembly
- Owner: JulienMalka
- Created: 2018-03-12T14:51:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T14:58:50.000Z (over 8 years ago)
- Last Synced: 2025-06-22T18:05:27.069Z (about 1 year ago)
- Topics: assembly, nios2, processor
- Language: Assembly
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PongAssembly
This is a pong written in assembly for a nios II processor. Such a processor can be found in my other github repo **NiosProcessor**.
This code was written in collaboration with Antoine Crettenand during the course *Computer Architecture* from EPFL.
Some of the design (such as the general organisation of the project) is belonging to the team of the course.