mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
12 lines
271 B
ArmAsm
12 lines
271 B
ArmAsm
;
|
|
; Ullrich von Bassewitz, 2002-11-29
|
|
;
|
|
; unsigned em_pagecount (void);
|
|
; /* Return the total number of 256 byte pages available in extended memory. */
|
|
|
|
|
|
.include "em-kernel.inc"
|
|
|
|
_em_pagecount = emd_pagecount ; Use driver entry
|
|
|