repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
support
/
regression
/
ports
/
rrgbz80
/
support.asm
blob
c16fa2ab3583365220c9b546c9c27d24bc0e1814
1
.area _CODE
2
.globl _putchar
3
.globl _exit
4
5
__putchar:
:
6
jp
_putchar
7
8
__initEmu:
:
9
ret
10
11
__exitEmu:
:
12
jp
_exit