Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - What are the memory integer data and memory addresses of decimal positive integer 5 respectively?
What are the memory integer data and memory addresses of decimal positive integer 5 respectively?
The positive integer 5 is binary 00000101b in memory; Its memory address is up to you.

Code? stage

Hypothetically? Cs: code

org? 100h

Start:

jmp? begin

org? 1 10h

x? db? five

Output? db? 10, 13,' Hello? The world? !' ,'$'

Start:

Push? cesium (Cs)

Pop music? Repeat from the mark.

mov? Dx, offset? output

mov? Ah, 09h

int? 2 1h

mov? Ah, 4ch

int? 2 1h

Code? end

End? begin

For example, the address of X here is cs: 1 10h, and its segment address changes, but the offset is determined by your programming.