1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-03-10 18:42:58 +00:00

Update the asm inc file

This commit is contained in:
David Schmenk
2025-03-13 19:54:59 -07:00
parent ae762e6f0b
commit c1bfeae763
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -12,8 +12,8 @@ DSTH EQU DST+1
TMP EQU $E7
TMPL EQU TMP
TMPH EQU TMP+1
ESTKH EQU $C0
ESTKL EQU $D0
ESTKH EQU $A0
ESTKL EQU $C0
DROPOP EQU $EF
NEXTOP EQU $F0
FETCHOP EQU NEXTOP+1