Quantcast
Channel: NASM assembly program - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Michael for NASM assembly program

Psuedo-code for how to display one of your 8*7 characters:ptr = &enl_num1 + (number-1)*7for row = 0..6 do mask = 80h // start with the left-most bit for column = 0..7 do if ptr[row] AND mask then...

View Article



NASM assembly program

I am trying to code in assembly with NASM with great frustration...Basically what I'm stuck on is changing a number that is entered into a larger number drawn with $ signs. So what the program does...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images