flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > SERIALIZE instruction is absent |
| Author |
|
|
Jin X 21 Nov 2025, 16:10
Hi there
fasm / fasmg doesn't know serialize instruction (opcode 0F 01 E8). Last edited by Jin X on 21 Nov 2025, 18:39; edited 1 time in total |
|||
|
|
Jin X 21 Nov 2025, 18:39
More absent instructions from https://www.felixcloutier.com/x86/
|
|||||||||||
|
|
Tomasz Grysztar 22 Nov 2025, 16:20
I know that some people have been making fun of instruction mnemonics that look like a cat jumped on the keyboard, but this was actually a good thing, as demonstrated by SERIALIZE, which has a very high chance of conflicting with symbols already existing in source codes. At least fasmg provides an easy fix by allowing to put "?" before label name to distinguish it from an instruction.
With the above in mind, I added SERIALIZE to fasm2, while I also keep adding old instruction sets, planning to slowly bring all that what was supported by fasm into fasm2. I think I have most of the Intel ones already, but many AMD-specific sets remain. As for the new ones, not supported by fasm, in addition to AMX I also implemented UINTR and a couple others. |
|||
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.