Arm/declblob2

From ASMBits

Declare the following 12 bytes (from low address to high address):

01 02 03 04 05 06 07 08 09 0a 0b 0c

Create a label named Six that points to the 6th byte of the blob. In addition, make sure the label Six is at 0x1000 bytes after the beginning of the .data section. (This implies that the entire 12 bytes of data need to be moved).

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

Expected solution length: Around 4 lines.

Sample Input

[No input]

Sample Output

[No output] 

The .org directive changes the current output location within the section.

Write your solution here

Upload a source file...