You are on page 1of 1

Guanzing, Jacob Christian P.

COE119/E01 Online Activity 1

1.) Why can you not use mov ah, 10 in debug?


Ans: content of memory is in hex
2.) What solves the error of string output with garbage?
Ans: Missing 24h at the end of the string/Missing ‘$’ at the end of the string
3.) The content of BX will be the data ‘p’
Ans: False

You might also like