Assembly Tutorials
Here is myprojects during the course microprocessors. Hope it will help you guys. Here you are can find following programs.
- Data and Time Showing
- Controlling DC Motor from/using parallel port
- Controlling Stepper Motor from/using parallel port
#1 – Data and Time Showing
Tweet;—————————————–
;— TERM PROJECT —
;— LECTURE: MICROPROCESSORS —
;— LECTURER: HOSSEIN MEHRABANI —
;— CODED BY: SAMET KILICTAS —
;— STUDENT NUMBER: 20040283 —
;— E-MAIL: SAMET@KILICTAS.COM —
;— CYPRUS INTERNATIONAL UNIVERSITY —
;— 26-05-2008 —
;—————————————–
;THE REQUIRED MACROS FOR PROGRAM—————————
;———————————————————-
CURS_POSITION MACRO ROW,COLUMN
MOV BH,00
MOV AH,02
MOV DH,ROW
MOV DL,COLUMN
INT 10H
ENDM
;———————————————————-
CLS_SCREEN MACRO
MOV AX,0600H
mov bh,00
mov bh,0ah
MOV CX,0
MOV DX,184FH
INT 10H
ENDM
;———————————————————-
SHOW_INSCREEN MACRO STRING
MOV AH,09
MOV DX,OFFSET STRING
Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the

Recent Comments