The opcodes sgdt and pause are unimplemented, so JPC fails when starting SeaBIOS Git or 1.10.2 with an UnimplementedOpcodeException. However, I do see code for sgdt at least.
I was able to workaround pause by changing it in code to nop, but what is wrong with sgdt?
The opcodes
sgdtandpauseare unimplemented, so JPC fails when starting SeaBIOS Git or 1.10.2 with an UnimplementedOpcodeException. However, I do see code forsgdtat least.I was able to workaround
pauseby changing it in code tonop, but what is wrong withsgdt?