0% found this document useful (0 votes)
8 views

LAB 1 list file

The document contains the assembly code for Experiment 1, which is structured using the TINY model. It initializes registers AX, BX, and CX with specific hexadecimal values, pushes them onto the stack, and then pops them back into the registers. The program concludes with an exit command.

Uploaded by

princeahmedyoyo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

LAB 1 list file

The document contains the assembly code for Experiment 1, which is structured using the TINY model. It initializes registers AX, BX, and CX with specific hexadecimal values, pushes them onto the stack, and then pops them back into the registers. The program concludes with an exit command.

Uploaded by

princeahmedyoyo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

List file for Experiment 1

=========================================================================
==========================
[LINE] LOC: MACHINE CODE SOURCE
=========================================================================
==========================

[ 1] : .MODEL TINY
[ 2] 0100: .CODE
[ 3] 0100: .STARTUP
[ 4] :
[ 5] 0100: B8 00 10 MOV AX,1000H
[ 6] 0103: BB 00 20 MOV BX,2000H
[ 7] 0106: B9 00 30 MOV CX,3000H
[ 8] :
[ 9] 0109: 50 PUSH AX
[ 10] 010A: 53 PUSH BX
[ 11] 010B: 51 PUSH CX
[ 12] 010C: 58 POP AX
[ 13] 010D: 59 POP CX
[ 14] 010E: 5B POP BX
[ 15] :
[ 16] 010F: B8 00 4C CD 21 .EXIT
[ 17] : END
[ 18] :
[ 19] :

=========================================================================
==========================

=========================================================================
==========================

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy