No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
[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 …
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
how to make serial interfacing with assembly is it use in and out command or int 14 ?? please someone can tell me thx
just add with 32 before you printing to the screen
ok my suggestion just use push pop and getch with echo(int 21h and ah=1h it's very easy
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 ^^
The End.
a07859