No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi, i have a problem in displaying the added value of two numbers. I know how to convert the input number into decimal. So after converting it, i added those value and got it stored in a register. My problem is how can I display if the sum is like … | |
Re: Hmm tell her to use this techniques, i think it is just a combination of cursor position and character display :) refer to the ascii table for her to see what symbol she can use to make that shape. Trial and error method x] | |
Re: i see so you want ti print those im sorry 3 times you dont need that jmp code, just use the LOOP command. Limit its loop by using the mov cx, xx code where the xx = the number of loops. Like this As u said ur using tasm like … | |
Can someone help me on how can i make a assembly program that can multiply? I'm going to make a program that convert a currency to another currency so it will involve a user input. I browsed through the net on how to make a program that do multiplication but … |