Arm/declblob

From ASMBits

Declare the following 12 bytes starting at label Blob (from low address to high address):

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

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

Expected solution length: Around 1 line.

Sample Input

[No input]

Sample Output

[No output] 

See if you can declare three .words instead of 12 .bytes.

Write your solution here

Upload a source file...