2007-11-02 18:56:58 +00:00
|
|
|
/*
|
|
|
|
* $Source$
|
|
|
|
* $State$
|
|
|
|
*/
|
|
|
|
|
2017-01-30 21:39:23 +00:00
|
|
|
/*
|
|
|
|
* Do not #include anything here. Do it in mach/proto/as/comm0.h
|
|
|
|
*/
|
2017-01-15 10:51:37 +00:00
|
|
|
|
2017-01-30 21:39:23 +00:00
|
|
|
extern word_t emit_hi(struct expr_t* expr, int is_signed);
|
2017-01-30 21:15:02 +00:00
|
|
|
extern word_t emit_lo(struct expr_t* expr);
|