So I am working on a little code in Assembly and I was wonder how can I print a message to the user the include a variable.
For example:
- I want to print: "The div of the numbers you entered are: 'variable'"
- I checked online but couldn't find an answer I would understand.
- I know how to print a string, but I don't know to to enter the variable into the string so I could print it all together. Thank's for your time.