The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: Mirage on October 19, 2010, 06:42:18 PM

Title: String Manipulation // Character Insertion/overwriting
Post by: Mirage on October 19, 2010, 06:42:18 PM
When trying todo an assignment the fastest way I was able to think how to do something was to create a static string todo the printing (since it only has to print in that specific way) I was wondering how exactly I would go about inserting/overwriting a character in that string from outside?


Nevermind, got it solved with MOVSB