]> git.sur5r.net Git - cc65/blob - em_map.s
760103d24fa23f323469f42f77eb61e2b38cfe32
[cc65] / em_map.s
1 ;
2 ; Ullrich von Bassewitz, 2002-11-29
3 ;
4 ; void* __fastcall__ em_map (unsigned page);
5 ; /* Unmap the current page from memory and map a new one. The function returns
6 ;  * a pointer to the location of the page in memory.
7 ;  */
8
9
10         .include        "em-kernel.inc"
11
12         _em_map         = emd_map               ; Use driver entry
13