Nios/declword

From ASMBits

Declare two words of memory, with a label for each one. The word at label One should contain the word with value 1, and the word at Two should have the value 2.

This problem only checks for the declaration. There is no code.

Expected solution length: Around 2 lines.

Sample Input

[No input]

Sample Output

[No output] 

Declarations (creating initialized memory values) is done using assembler directives. The common ones are .word, .hword, and .byte.

Write your solution here

Upload a source file...