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
Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git]
/
sdcc-extra
/
emu
/
rrgb
/
disgb.h
blob
7d137ab4e36ede6c6669e0f922997ffa782cad53
1
#ifndef __DISGB_H
2
#define __DISGB_H
3
4
#include
"parse_map.h"
5
6
typedef
unsigned char
UBYTE
;
7
8
extern
pmarea areas
;
9
extern
pmglobal sorted_globals
;
10
11
int
disass
(
char
*
buffer
,
UBYTE
*
base
,
int
addr
);
12
int
format_label
(
char
*
buffer
,
unsigned int
addr
);
13
int
parse_label
(
char
*
buffer
);
14
15
#endif