in system vars, do the size bytes include themselves in the size or only the rest of the data? ex: a string .dw 4 .db "hi" or .dw 2 .db "hi" ???