mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-24 02:08:06 +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
|
; MMAP_START: Memory address where the mmap begins
|
||||||
|
|
||||||
; *** VARIABLES ***
|
; *** VARIABLES ***
|
||||||
MMAP_PTR .equ MMAP_RAMSTART
|
.equ MMAP_PTR MMAP_RAMSTART
|
||||||
MMAP_RAMEND .equ MMAP_PTR+2
|
.equ MMAP_RAMEND MMAP_PTR+2
|
||||||
|
|
||||||
; *** CODE ***
|
; *** CODE ***
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user