]> git.sur5r.net Git - cc65/blob - libsrc/em/em_map.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / em / 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