Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 707 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 707 Bytes

Moving pixels in assembly

This repo contains the source code for this blog post: moving-pixels-in-assembly

You need:

Structure

Each folder is selfcontained and represents a step towards the final source code to work along the blogpost.

Within the folder is a Makefile and the needed .asm files to build.

Result

When everything works you should have a red pixel on your screen in qemu which you can move around using the WASD-keys.

From here on get creative and build what you like! :)