12 lines
251 B
OpenEdge ABL
12 lines
251 B
OpenEdge ABL
|
ifnd PMEM_I
|
||
|
PMEM_I equ 1
|
||
|
; Initialize the physical memory manager
|
||
|
xref pmem_init
|
||
|
; Pushes a frame onto the stack
|
||
|
; Frame to push in d0
|
||
|
xref pmem_push_frame
|
||
|
; Pops a frame off the stack
|
||
|
; Returns frame address in d0
|
||
|
xref pmem_pop_frame
|
||
|
endif
|