convert number byte array to string and print it- Assembly x86

Viewed 17

In the data section, you get a byte array of numbers like: num db -100,34,63 and its output in dos box should look like: -100 34 63

0 Answers
Related