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
~558 People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for biran

[QUOTE=biran;699621]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[/QUOTE] mov flag,cl cmp cl,1 jne a mov …

Member Avatar for ufg123
0
153
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
67
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
49
Member Avatar for lhei_mhei
Member Avatar for lhei_mhei

ok my suggestion just use push pop and getch with echo(int 21h and ah=1h it's very easy

Member Avatar for a07859
0
105
Member Avatar for lhei_mhei

use getch with echo (int 21h with ah=1) result in al then push al and loop to getch with echo and so on until the input finish to display the output just pop to dx register then use int 21h with ah=9h to write string ^^

Member Avatar for a07859
0
89

The End.