This commit is contained in:
Simon
2025-07-08 02:38:04 +02:00
parent c38000e503
commit e8135e9ff9
2 changed files with 5 additions and 2 deletions

View File

@@ -69,7 +69,8 @@ enum Vector {
// Interrupts
KEYBOARD=32,
PANIC=33,
TIMER=34
TIMER=34,
ASS=25
};
constexpr size_t VECTORS = 256;