Listing 40 has this section:
; Explicit sizes
mov [bp + di], byte 7
mov [di + 901], word 347
but when I decoded the binary I got this:
; read 39 bytes
bits 16
mov ax, [bx + di + -37]
mov [si + -300], cx
mov dx, [bx + -32]
mov bp, [5]
mov bx, [3458]
mov ax, [2555]
mov ax, [16]
mov [2554], ax
mov [15], ax
Probably this section was added, but never reassembled.
Listing 40 has this section:
but when I decoded the binary I got this:
Probably this section was added, but never reassembled.