Nios/declstring

From ASMBits

Declare a string at the label Hello: "This is a string"

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] 

Strings are null-terminated. This is usually handled for you (depending on which directive you use to create the string).)

Write your solution here

Upload a source file...