mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 00:04:48 +00:00
PUSHAW -> PUSHA, PUSHFW -> PUSHF,
same for POPAW and POPFW
This commit is contained in:
parent
2947426c16
commit
728e369249
Binary file not shown.
Binary file not shown.
@ -228,9 +228,9 @@ OPCODE PUSH
|
||||
0xFF,/6 16 % RM16
|
||||
0xFF,/6 32 RM32
|
||||
0xFF,/6 32 RM64;
|
||||
OPCODE PUSHAW 0x60, 16;
|
||||
OPCODE PUSHA 0x60, 16;
|
||||
OPCODE PUSHAD 0x60, 32;
|
||||
OPCODE PUSHFW 0x9C, 16;
|
||||
OPCODE PUSHF 0x9C, 16;
|
||||
OPCODE PUSHFD 0x9C, 32;
|
||||
OPCODE POP
|
||||
0x1F, DS
|
||||
@ -244,9 +244,9 @@ OPCODE POP
|
||||
0x8F,/0 16 RM16
|
||||
0x8F,/0 32 RM32
|
||||
0x8F,/0 32 RM64;
|
||||
OPCODE POPAW 0x61, 16;
|
||||
OPCODE POPA 0x61, 16;
|
||||
OPCODE POPAD 0x61, 32;
|
||||
OPCODE POPFW 0x9D, 16;
|
||||
OPCODE POPF 0x9D, 16;
|
||||
OPCODE POPFD 0x9D, 32;
|
||||
OPCODE MOV
|
||||
// 0xA0, AL MOFFS8
|
||||
|
BIN
src/Kernel.BIN.C
BIN
src/Kernel.BIN.C
Binary file not shown.
Binary file not shown.
@ -18,7 +18,7 @@ BMHD_CODE::
|
||||
MOV SP,BOOT_STACK_SIZE+MODULE_SIZE
|
||||
STI
|
||||
|
||||
PUSHFW
|
||||
PUSHF
|
||||
PUSH DS
|
||||
PUSH ES
|
||||
PUSH FS
|
||||
|
@ -111,7 +111,7 @@ BMHD2_HISTART:
|
||||
POP FS
|
||||
POP ES
|
||||
POP DS
|
||||
POPFW
|
||||
POPF
|
||||
|
||||
//My assembler doesn't support 16-bit very well.
|
||||
DU8 0xEA; //JMP xxxx:yyyy
|
||||
|
Loading…
x
Reference in New Issue
Block a user