voicefullpac

8086 Microprocessor Tasm Software

8086 Microprocessor Tasm Software Rating: 8,5/10 9106 reviews
8086 Microprocessor Tasm Software
  1. Tasm Programs

DATA SEGMENTBLOCK1 DB 'MALAYALAM'MSG1 DB 'IT IS PALINDROME $'MSG2 DB 'IT IS NOT PALINDROME $'PAL DB 00HDATA ENDSPRINT MACRO MSGMOV AH,09HLEA DX,MSGINT 21HINT 3HENDMEXTRA SEGMENTBLOCK2 DB 9 DUP(?)EXTRA ENDSCODE SEGMENTASSUME CS:CODE,DS:DATA,ES:EXTRASTART: MOV AX,DATAMOV DS,AXMOV AX,EXTRAMOV ES,AXLEA SI,BLOCK1LEA DI,BLOCK2+8MOV CX,00009HBACK: CLDLODSBSTDSTOSBLOOP BACKLEA SI,BLOCK1LEA DI,BLOCK2MOV CX,0009HCLDREPZ CMPSBJNZ SKIPPRINT MSG1SKIP: PRINT MSG2CODE ENDSEND STARTOutputC:TASMmasm AMPE7.asmMicrosoft (R) Macro Assembler Version 5.00Copyright (C) Microsoft Corp 1981-1985, 1987. All rights reserved.Object filename AMPE7.OBJ:Source listing NUL.LST:Cross-reference NUL.CRF:49534 + 414818 Bytes symbol space free0 Warning Errors0 Severe ErrorsC:TASMlink AMPE7.objMicrosoft (R) Overlay Linker Version 3.60Copyright (C) Microsoft Corp 1983-1987.

Tasm Programs

TASM 8086 Assembly codes for Microprocessors Lab as part of course plan for 3rd Year CSE NIT Trichy - shb9019/TASM-8086-Lab-Codes. And build software together.