]> git.sur5r.net Git - cc65/blob - libsrc/em/em_copyfrom.s
Fixed a bug
[cc65] / libsrc / em / em_copyfrom.s
1 ;
2 ; Ullrich von Bassewitz, 2002-11-29
3 ;
4 ; void __fastcall__ em_copyfrom (const struct em_copy* copy_data);
5 ; /* Copy from extended into linear memory */
6
7
8         .include        "em-kernel.inc"
9
10         _em_copyfrom    = emd_copyfrom          ; Use driver entry
11