Binary strings: Difference between revisions

m
m (→‎{{header|Phix}}: added syntax colouring, marked p2js compatible)
Line 35:
 
===Copying strings===
This is a "deep copy," i.e. after this you will have a duplicate of the string "Hello" in two separate memory locations, not just a pointer to the original stored elsewhere.
<lang asm>;this code assumes that both DS and ES point to the correct segments.
cld
1,489

edits