Quantcast
Channel: x86 Assembly - Programmers Heaven
Viewing all articles
Browse latest Browse all 152

can i print to screen without using int 21h (ah = 09, or ah = 02h)

$
0
0
hi

i was wondering if theres an interrupt i can use to print whats in a register or memory address without converting it to ascii. for example if ax contains the value 50, i want to print it to the screen and actually have it say 50, not 2.

can anyone help me out here?

Viewing all articles
Browse latest Browse all 152

Trending Articles