1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-23 22:48:05 +11:00

mmap: make zasm-friendly

This commit is contained in:
Virgil Dupras 2019-06-03 11:14:29 -04:00
parent 78345b336e
commit 839ba91312

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 ***