logo

Crowdly

Browser

Add to Chrome

Sisteme cu microprocesoare / Microprocessor-Based Systems, Sem. 2, 2024/2025

Looking for Sisteme cu microprocesoare / Microprocessor-Based Systems, Sem. 2, 2024/2025 test answers and solutions? Browse our comprehensive collection of verified answers for Sisteme cu microprocesoare / Microprocessor-Based Systems, Sem. 2, 2024/2025 at moodle.cs.utcluj.ro.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Se da urmatorul cod:

var2 DW 15,6,7,8

ce continut va avea memoria pe un procesor intel?

0%
0%
0%
0%
0%
View this question

Se da urmatoarea linie de cod:

var6 DB 4 DUP(5)

Care va fi continutul memoriei pentru un procesor intel?

0%
0%
0%
View this question

Cati biti are tipul de date DQ?

0%
0%
0%
0%
0%
View this question

Se da urmatorul program:

.386

.model flat, stdcall

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;includem msvcrt.lib, si declaram ce functii vrem sa importam

includelib msvcrt.lib

extern exit: proc

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;declaram simbolul start ca public - de acolo incepe executia

public start

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;declararea datelor

.data

var1 DB 10,2,3,14

var2 DW 15,6,7,8

var3 DD 01234h, 011223344h, 01A2B3C4Dh

var4 equ 10

var5 DB '1', '2', "abc"

var6 DB 4 DUP(5)

.code

start:

mov ax, 0

mov al, var1

mov ah, 11

mov bx, var2

mov cx, var4

mov dl, var5

mov dh, var6

push bx

push cx

pop ax

;terminarea programului

push 0

call exit

end start

Se ruleaza inclusiv linia "pop ax"

Ce valoare va avea registrul AX in final?

View this question

Want instant access to all verified answers on moodle.cs.utcluj.ro?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome