![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| [SOLVED] **Refer the following code and explain the output** This is an Assembly Language Program? Code dosseg .model small .stack .data .code main proc mov ax, @data mov ds, ax mov cx, 7 mov dl, 41h next_char: mov ah, 02h int 21h inc dl loop next_char Exit: mov ax, 4c00h int 21h main endp end main Pls explain each line....comment it... Thanx |
| |
![]() |
| Thread Tools | |
| Display Modes | |
| |