Arm/declword
From ASMBits
arm/increment_alignPrevious
Nextarm/declword4
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]
arm/increment_alignPrevious
Nextarm/declword4