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
Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git]
/
sdcc
/
support
/
regression
/
ports
/
rrz80
/
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