[MASM] 8086 Assembly - Pong - 04 Drawing a Pixel

Опубликовано: 12 Март 2026
на канале: Programming Dimension
43,590
513

In this video we will draw a pixel on the screen using Assembly. This will be the first step to later on draw the ball and the paddles.

You will learn about the interruption 10h, as well as where and how to search and call its functions.

INT 10H: https://en.wikipedia.org/wiki/INT_10H
List of Colors: https://en.wikipedia.org/wiki/BIOS_co...
Video Modes: http://stanislavs.org/helppc/int_10-0...

You can check the project code here:
https://github.com/programmingdimensi...