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
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