13 lines
196 B
C
13 lines
196 B
C
/*
|
|
* $Source$
|
|
* $State$
|
|
*/
|
|
|
|
/*
|
|
* Do not #include anything here. Do it in mach/proto/as/comm0.h
|
|
*/
|
|
|
|
void no_hl(void);
|
|
word_t eval_hl(struct expr_t* expr, int token);
|
|
void emit_hl(word_t in);
|