Sprotne naloge 2
Completion requirements
Opened: Monday, 16 October 2023, 8:00 AM
Due: Sunday, 12 November 2023, 11:55 PM
1. Določite vsebino pomnilniških besed oz. pomnilnika in vrednosti logičnih oznak ob izvajanju naslednjega programa (zbirnik prične prevajati od naslova 0x20 naprej) :
.text
.org 0x20
TABLE: .byte 3, 5, 1, 2
BUF: .word 0x01020304
A: .byte 0x15
.align
.global __start
__start:
mov r0,#128
--------------------------------------------------------------------------------------------------------
1. Determine the contents of memory words and values of logic labels when compiling assembler program above (assembler starts compiling from starting address 0x20).