if i have two labels, one being in a .asciiz directive labelled "source". for my program i need to have another .space directive labelled "output" that has to be bigger than the 40 character string, would i just do 41 to represent an extra byte so i can store it in that array? dumb question i know but just wanting to make sure. this is what i had in mind:
source: .asciiz "this is supposed to be 40 characters long!\n"
output: .space 41