]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/getintcharint.s
dio bugfix, added get_tv and get_ostype functions
[cc65] / libsrc / geos / 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 "../inc/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