Document the differences somewhere. For example, a str-len or str-append would be much easier to write as part of the runtime rather than make it a compiler primitive.
馃摐 See https://en.wikibooks.org/wiki/X86_Assembly/Data_Transfer for an example moving byte ranges.
Document the differences somewhere. For example, a
str-lenorstr-appendwould be much easier to write as part of the runtime rather than make it a compiler primitive.馃摐 See https://en.wikibooks.org/wiki/X86_Assembly/Data_Transfer for an example moving byte ranges.