Hi,
sorry for writing in English, but I can't speak Russian.
I looked at UniflashRE_1.47re.08_sources.zip and the Phoenix BIOS hooks look strange.
procedure Call_Platform_bin_Sub (Sub_Off : Word); assembler; asm push cs push offset @@return pop ax push cs {0F000h} push Sub_Off pop cx retf @@return: nop end;
This code will call CS:CS (instead of 0F000h:SubOff). Is that intentional?
Hi,
sorry for writing in English, but I can't speak Russian.
I looked at UniflashRE_1.47re.08_sources.zip and the Phoenix BIOS hooks look strange.
This code will call CS:CS (instead of 0F000h:SubOff). Is that intentional?