]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/graph/getintcharint.s
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / libsrc / geos-cbm / graph / getintcharint.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 11.03.2000
6
7             .import popa, popax
8             .export getintcharint
9
10             .include "geossym.inc"
11
12 getintcharint:
13             sta r11L
14             stx r11H
15             jsr popa
16             sta r1H
17             jsr popax
18             sta r0L
19             stx r0H
20             rts
21