kernel/pmem.i

12 lines
251 B
OpenEdge ABL
Raw Normal View History

2024-03-19 09:23:45 -05:00
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