How do you paint pixels in NASM, could someone tell me about it and mabey give me an example?
Recommended Answers
Jump to PostPainting pixels, not so much tedious work.
Try MCGA mode 13h you can set this using the video bios,
if you are in 32-bit code try passing down the call to the
BIOS through the DPMI server.
AH=0000 AL=0013 INT 10hINT 10/AH=00 Set Video Mode
10/AH=0C Write …
All 2 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, learning, and sharing knowledge.