mmap: make zasm-friendly

This commit is contained in:
Virgil Dupras 2019-06-03 11:14:29 -04:00
parent 78345b336e
commit 839ba91312
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
; MMAP_START: Memory address where the mmap begins
; *** VARIABLES ***
MMAP_PTR .equ MMAP_RAMSTART
MMAP_RAMEND .equ MMAP_PTR+2
.equ MMAP_PTR MMAP_RAMSTART
.equ MMAP_RAMEND MMAP_PTR+2
; *** CODE ***