Different coloring for jump/call/ret or privileged mnemonics.

This commit is contained in:
Bartosz Taudul 2022-09-17 22:46:00 +02:00
parent dc31ebfd9c
commit 4c086e94e4
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -42,11 +42,11 @@ static constexpr const uint32_t SyntaxColors[] = {
static constexpr const uint32_t AsmOpTypeColors[] = {
0xFFE2AF35, // None
0xFFE2AF35, // Jump
0xFFE2AF35, // Branch
0xFFE2AF35, // Call
0xFFE2AF35, // Ret
0xFFE2AF35, // Privileged
0xFF358FE2, // Jump
0xFF358FE2, // Branch
0xFF35E2AF, // Call
0xFF35E2AF, // Ret
0xFF22FFFF, // Privileged
};
static constexpr const uint32_t AsmSyntaxColors[] = {