My Dosbox shown raw byte sequences instead of assembly code
Clearly, when using the ‘u’ command in DOSBox, it usually displays the corresponding assembly code for functions and code sections. However, in my case, it’s showing raw byte sequences instead of assembly code
what should i change in here?
.model small
.stack 1000h