Empty string: Difference between revisions

m
→‎{{header|6502 Assembly}}: assignment of empty string to a variable
m (→‎{{header|6502 Assembly}}: assignment of empty string to a variable)
Line 32:
sta $00
lda #>EmptyString
sta $01 ;the empty string has been assigned to zero page pair $00 and $01
sta $01
 
ldy #0
1,489

edits