> Hmm, looking at that it needs somebody to go through one instruction at
> a time very carefully. Eg AX and SI are stashed in the code segment,
> they could be stashed in the DS. Interrupts don't have to be
> disabled 'cause you can use the SS feature:
>    mov        ss,ax
>    mov  sp,[bx]

That doesnt work on early 8088's

Reply via email to