mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 23:48:05 +11:00
mmap: make zasm-friendly
This commit is contained in:
parent
78345b336e
commit
839ba91312
@ -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 ***
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user