A86: Recalling string variables into programs with asm


[Prev][Next][Index][Thread]

A86: Recalling string variables into programs with asm



Does anyone know of a way to write an asm program that would recall a string
variable into a program?  i.e. if l had a program A that had 15 bytes of
random letters inside it and had a string B that was also 15 chars. (but
different), that the asm program would overwrite the contents of prog A with
the contents of string B.  yeah. that's it.


Follow-Ups: