Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~517 People Reached
Favorite Forums
Favorite Tags
Member Avatar for biran

Dear sir, i am really beginner of assembly low level language. so, please help me. how to program this example. program to evaluates 4*(x^2)+3x+7 if flag==1 or evaluates 9x+3 if flag==0. assume x is a 16 bits unsigned integer. waiting your prompt. bir

Member Avatar for ufg123
0
140
Member Avatar for a07859

i had tried a lot example of bootloader program i compile it to .bin file when i copy the file to the floopy disk and i reboot it say no systemdisk can someone tell me why... tyvm

0
63
Member Avatar for a07859

how to make serial interfacing with assembly is it use in and out command or int 14 ?? please someone can tell me thx

0
46
Member Avatar for lhei_mhei

Write a program that will prompt the user to enter a uppercase letter. On the next line, display the lowercase letter entered. If no uppercase letter is entered, display “INVALID”. The Execution should look like this: Enter a Uppercase letter: B Lowercase: b [esc key terminates the program] Enter a …

Member Avatar for a07859
0
89
Member Avatar for lhei_mhei

the prOgram is abOut inputting a string and then the result will be its reversed string.. for example: insecure the result must be "erucesni" i have my cOde belOw.. help me please.. [code=assembly] -------------------------------------- .MODEL SMALL .STACK 100h .DATA MaxChars DB 10 NumChars DB 0 InputBuffer DB 'xxxx xxxx ' …

Member Avatar for a07859
0
97
Member Avatar for lhei_mhei

Write a program that prompts the user to enter a line of text, On the next line, display the reverse letter entered. The Execution should look like this: Type a line of Text: RAINBOW Result: WOBNIAR [esc key terminates the program] would you please help me.. i dont know what …

Member Avatar for a07859
0
82