Making Snake Boot Sector Game in Assembly (x86)

In this video I will make a simple boot sector snake game in Assembly that runs using BIOS interrupts. Documentation: FASM - https://flatassembler.net/docs.php?ar... IBM BIOS Interface - https://ia801505.us.archive.org/18/it... Intel 8086 User Manual - https://edge.edx.org/c4x/BITSPilani/E... Code: https://github.com/nir9/welcome/tree/...