A
A
Alexey Igoshev2014-03-24 13:51:15
Raster graphics
Alexey Igoshev, 2014-03-24 13:51:15

How to draw a dot in assembler?

The question may be too stupid and banal, but - how to draw a point in assembler, just an ordinary point?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Igoshev, 2014-03-24
@Premium_gold

I asked myself, I answered myself, maybe someone will need
mov ah, 0Ch ; point drawing function
mov al,1 ; point color
mov bh,0 ; video page
mov cx,50 ; X coordinate
mov dx,20 ; Y coordinate
int 10h ; BIOS interrupt call

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question