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...