Forum: Assembly Sep 23rd, 2008 |
| Replies: 0 Views: 487 i have a problem with this code...will you please help me with this...the program goes that it will input the base then its power ..
for example:
base: 2
power: 3
result : 8
the base is... |
Forum: Assembly Sep 17th, 2008 |
| Replies: 5 Views: 1,664 i already try what you give but there's an error.
the error is bad index register...
in the reverse_loop function..
please help...to solve this one.... |
Forum: Assembly Sep 16th, 2008 |
| Replies: 8 Views: 1,694 thanks for the help....
problem solved..... |
Forum: Assembly Sep 16th, 2008 |
| Replies: 2 Views: 1,172 thanks for the help....
problem solved.... |
Forum: Assembly Sep 14th, 2008 |
| Replies: 2 Views: 1,172 i need help in comparing a string...
the program goes ... ask to input 2 string then compare it, if it is same or not...
my problem is that even it is not equal it will print equal...
i think... |
Forum: Assembly Aug 27th, 2008 |
| Replies: 5 Views: 1,664 i have try it ...but there's an error occur..
i'm just wondering is that could you give is an a86..
whatever...will you help me to solve this one...
can u share me your codes.... |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,694 can you do it for me..or where particularly in the code i'll place that decimal 48.?...
that 0 or 1 is serve as its remainder either of t this 2.. |
Forum: Assembly Aug 14th, 2008 |
| Replies: 5 Views: 1,664 could someone help me how to reverse a string in a86 ...the program will goes like this.user will input a string of 4 characters or less than 4 for ex..whin then it will output nihw..but if the user... |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,694 after on the first looping of the divide...either 1 or 0 will be put in stack...but how it is to be implemented here...that is one of my problem..that i been stuck with... |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,694 i've evaluated the code.. but my problem is in the divide section..its not the complete code...i dont know what code to be added on it...
loop:
call print_prompt
call get_input
call... |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,694 yup....
here is my code....its not finish yet..i have the idea but implementing it into a code is a difficult one ...
begin:
call ask_input
INT 20H
ask_input:
lea dx,msg
mov ah,9 |
Forum: Assembly Aug 14th, 2008 |
| Replies: 8 Views: 1,694 HI...
would anyone give me some ideas in converting decimal to binary...?...i have some ideas but its hard for me to implement it...i just came up with the wrong code...i'm using a86 assembly... |