Binary strings: Difference between revisions

Content added Content deleted
Line 45: Line 45:
ret
ret


;there is no buffer overflow protection built into these functions so
;there is no buffer overflow protection built into these functions so be careful!
;be careful!!!
TestMessage byte "Hello"
TestMessage byte "Hello"
EmptyRam byte 0,0,0,0,0</lang>
EmptyRam byte 0,0,0,0,0</lang>