--- np2/romimage/BIOS/vect09.x86 2004/04/01 13:19:00 1.2 +++ np2/romimage/BIOS/vect09.x86 2004/04/02 19:31:27 1.3 @@ -18,9 +18,9 @@ vect09: sti mov al, 0x20 out 0x00, al cmp ah, 0x60 - je short .int5 - cmp ah, 0x61 je short .int6 + cmp ah, 0x61 + je short .int5 pop ax iret .err: cmp byte [0x0529], 3