Home » Post Item » Diagonal Letters
Previous Comments
please show the code i really want to learn
Posted by marz at February 28, 2010, 12:31 pm.model
.code
main proc
mov ah, 02
mov dl, 61h
int 21h
sub dl,
int 21h
push dx
mov dl, 0AH
int 21h
pop dx
add dl, 20h
inc dl
cmp dl, 5BH
jne 0505
int 20h
main endp
end
what is the complete code??
there are codes missing in what you gave.
thanks!
Posted by hayley at May 20, 2010, 1:10 amyes please!
can we have the complete code please!??!
that’s an error.. what he or she is trying to say is this:
.model small
.stack 50
.data
.code
main proc
mov ah, 02
mov dl, 61h
int 21h
start: sub dl, 20h
int 21h
push dx
mov dl, 0AH
int 21h
pop dx
add dl, 20h
inc dl
cmp dl, 5bh
jne start
int 20h
main endp
end main
i don’t know really but i just fixed his/her code.
Posted by miss cs at August 1, 2010, 9:26 pmThis is the update code from A - X
.model
.code
main proc
mov ah, 02
mov dl, 61h
start: sub dl,20h
int 21h
push dx
mov dl, 0AH
int 21h
pop dx
add dl, 20h
inc dl
cmp dl, 79H
jne start
int 20h
main endp
end
Posted by copernicus at August 7, 2010, 11:55 pmhello mr.copernicus pede po ba kayu mag post ng code na ang output eh nakafigure sya ng cartoon characters puro letter x lng po yung gmt assignment po kasi nmn to …
help me pls….
kht ano pong characters kht simple lng…..
Posted by gio at August 14, 2010, 2:58 pmsir eto na po yung drawing 70×20 nga po pala yung characters nyn, ngayon pa lng po nagpapasalamat na ko`saka ngayon ko lng po nakita CoE rin pala kayu ako nmn po 4th year pa lng ….. galing talaga ng mga CoE hindi lng sa hardware magaling pati rin sa software hehehe…..
******* *******
********** **********
********** **** **********
**************************
******* ***** *******
***** *** *****
****** ***** ******
*************************
*********** ***********
************ *************
****************************
***************************
********************
************
ay w8 lng bkt gn2 lumabas?
Posted by gio at August 15, 2010, 12:01 pm******* *******
********** **********
********** **** **********
**************************
******* **** *******
***** ** *****
****** **** ******
************************
*********** ***********
************* *************
****************************
**************************
********************
**************
sir iba ang lumalabas eh…
pede ba d2 niyo na lng kunin
http://www.multiupload.com/U8O0RRNTLX
salamat po…
kuya, pwd mo bng gawin ang code ng A-Z? plzzz.. project kc nmn yan.. tnx in advance..
send mo na lng sa ym ko christinejoyasis@yahoo.com
Posted by christine joy at October 9, 2010, 4:26 pmHi,
How about dont want tab on the next row?
Thank
Posted by Kalven at October 24, 2010, 11:29 ami need the inverted diagonal code .. a-x .. thanks !
sir can u pls help me ??
ung program na A-Z name ko ung maglabas ?
xerxes bernabe
ganung output parin po .. i hope ma2lungan nyo po ako .. salamat sir …
T_T
Bakit ganoon?
Ang hirap intindihin ng assembly language… Tuwing tinatanong ko yung teacher ko kung bakit ganito, bakit ganyan, lagi niya sinasabi “Because the book says so!” Hay ang bobo, di nya ma explain ng maayos.
^.^
iba naman ang drama namin ng teacher ko…..
lagi nya sabi sa amin…” logic, para lang kayo naglalaro ng puzzle.”
wala man lang ako mabiling book…….
need ko ng diamond using asterisk
Posted by ren at July 31, 2011, 1:25 pmmga pre, kelangan nyo lang mahalin ang assembly. kelangan nyo ng theoretical lecture ng assembly, hindi basta basta codes agad. kagaya kay sushi, siguro wala kayong theoretical o bobo prof m.
-glenn
www.glennvon.com
helo po.. pede po ba kau mag post po ng ang output po eh
“ASSEMBLY P. LANGUAGE ”
TO DO:
1.CLEAR SCREEN
2.PRINTS YOUR NAME ON THE FIRST LINE
3.DISPLAY THE CHARACTER K-Z ON THE SECOND LINE
sir pde po bang mg post kau ng code wherein ung output is triangle.. pro pabaliktad,pointing to south..
Posted by erah at September 8, 2011, 3:08 pmassignment kac namn yan.. please !! i need the code
Posted by erah at September 8, 2011, 3:11 pmpwede ptlung e pass nmin toh sa friday….sept.23,11…yong e display ang letters only na nd ka pwdeng mg inpt ng number…prang e compare sya?
Posted by christine at September 21, 2011, 11:45 pmcopernicus can i ask you about your codes in the first part ? is that the finel codes ?
thank you !
Posted by rodney at November 24, 2011, 7:41 pm


i need to learn this plz show the code
Posted by july dico at February 13, 2010, 3:18 pm