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
/
tlcs90
/
support.c
blob
c3671cbb74bce1976b4998357c5a1a099fcb41d0
1
volatile
static unsigned char
*
sif
= (
unsigned char
*)
0xffff
;
2
3
void
4
_putchar
(
unsigned char
c
)
5
{
6
*
sif
=
'p'
;
7
*
sif
=
c
;
8
}
9
10
void
11
_initEmu
(
void
)
12
{
13
}
14
15
void
16
_exitEmu
(
void
)
17
{
18
*
sif
=
's'
;
19
}