mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 00:04:48 +00:00
Add POPCNT to assembler
This commit is contained in:
parent
fce57e0a85
commit
9be5a44f28
Binary file not shown.
Binary file not shown.
@ -772,6 +772,11 @@ OPCODE BTS
|
||||
0x0F 0xBA,/5 32 IB RM32 IMM8
|
||||
0x0F 0xBA,/5 32 IB &RM64 UIMM8
|
||||
0x0F 0xBA,/5 32 IB RM64 IMM8;
|
||||
OPCODE POPCNT
|
||||
0xF3 0x0F 0xB8,/R 16 R16 RM16
|
||||
0xF3 0x0F 0xB8,/R 32 R32 RM32
|
||||
0xF3 0x48 0x0F 0xB8,/R 32 R64 RM64;
|
||||
|
||||
OPCODE CBW 0x98, 16;
|
||||
OPCODE CWDE 0x98, 32;
|
||||
OPCODE CDQE 0x98, 32=;
|
||||
|
BIN
src/Kernel.BIN.C
BIN
src/Kernel.BIN.C
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user