Okay, I have a simple piece of assembly code...now I want to jump to the bios reset area and reset the pc to a cold restart if that makes sense.
I think memory location 0472 should be 1234h, and the bios offset is at FFFF0h...
So how would I perform a reset in asm...only new to assembly...but its in a different segment so its sort of complicated.
Thanx for any help..
(i'm using the masm assembler)
I think memory location 0472 should be 1234h, and the bios offset is at FFFF0h...
So how would I perform a reset in asm...only new to assembly...but its in a different segment so its sort of complicated.
Thanx for any help..
(i'm using the masm assembler)