1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-18 04:08:58 +00:00
kickc/src/test/ref/inline-asm-ref-scoped.cfg

18 lines
328 B
INI
Raw Normal View History

(void()) main()
2020-06-27 19:18:00 +00:00
main: scope:[main] from
asm { lda#'c' stasub.ll+1 }
2020-06-27 19:18:00 +00:00
[1] call sub
to:main::@return
main::@return: scope:[main] from main
2020-06-27 19:18:00 +00:00
[2] return
to:@return
(void()) sub()
sub: scope:[sub] from main
asm { ll: lda#0 sta$400 }
to:sub::@return
sub::@return: scope:[sub] from sub
2020-06-27 19:18:00 +00:00
[4] return
to:@return