Help in assembly

liunx

Guest
hi . . . <br /><br />I have been working on a project<br />it's to program Pacman Game using assembly<br /><br />it needs a counter for the number of dots earned by Pacman<br />I have done a counter but it doesn't counting numbers <br />it displays charachters like smily face, heart, and all these whose ASCII code starts from 00H to FFH<br /><br />I put a variable <br />counter dw 00,'$'<br /> and every time Pacman eats a dot the counter is incremented and <br />it worked<br />but the display wasn't as numbers, it was as I mentioned before :S<br /><br />please if any one knows how can I let it counts and displays numbers !<br /><br />Thank you . . .
</div>
 
Top