English

Using Assembly Language for Creating Games

Systems and Control 2026-04-24 v1 Systems and Control

Abstract

The aim of this paper is to demonstrate some interesting and useful approaches for writing a program in the assembly language. In order to demonstrate the possibilities of the assembly language, a project called "Arkanoid" was created. This project is written in assembly language and it presents few interesting algorithms. Assembly language, which is used for designing the game is x86 Assembly language, which produces object code for the x86 class of processors. As a working environment is chosen Visual Studio 2015, because it gives the useful tools for debugging and testing of the created software (game). Execution of the program results in a "Arkanoid" game, placed in Windows OS Console.

Cite

@article{arxiv.2604.21532,
  title  = {Using Assembly Language for Creating Games},
  author = {Haris Turkmanović and David Vukoje and Aleksandra Lekić and Milan Prokin},
  journal= {arXiv preprint arXiv:2604.21532},
  year   = {2026}
}
R2 v1 2026-07-01T12:32:15.702Z