include asm.h seperately

This commit is contained in:
2025-12-26 12:34:40 +01:00
parent f00f9bd9a1
commit 9325726217
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,5 @@
#pragma once
#include "asm.h"
/* I/O addresses. */
#define SPH 0x3E /* Stack pointer high address. */
#define SPL 0x3D /* Stack pointer low address. */