Programming in Assembly without an Operating System

Inkbox October 3, 2025
Video Thumbnail

About

Assembly required.

Video Description

I made a game in assembly that runs without an operating system. This is bare metal programming. Use this code for 6% off the GEEKOM A9 Max: INKA9MAX Amazon US: https://www.amazon.com/dp/B0FJ213R6G?maas=maas_adg_0FE41833A48421DFC866BA78A00785F4_afap_abs&ref_=aa_maas&tag=maas GEEKOM US: https://www.geekompc.com/geekom-a9-max-mini-pc/?mtm_campaign=a9max-INKA9MAX Amazon UK: https://www.amazon.co.uk/dp/B0FHWDVNN7?maas=maas_adg_9A4C623880A8B3A20FB38BAA108CB4F0_afap_abs&ref_=aa_maas&tag=maas GEEKOM UK: https://www.geekom.co.uk/geekom-a9-max-mini-pc?mtm_campaign=a9max-INKA9MAX What's possible with UEFI? Graphics, input, output. It's everything you need to make a game (except for sound). Using x64 assembly I recreated Zaxxon as a UEFI application that runs without the support of an operating system. This program will run on any x86_64 machine. Check it out via the link down below. Open Source Project on GitHub: https://github.com/InkboxSoftware/spacegamex64/ UEFI spec: https://uefi.org/specifications EFI Toolkit repo (if you want C): EFI toolkit repo https://github.com/tianocore/tianocore.github.io/wiki/EFI-Toolkit