/* ------------------------------------------------------------------
    ASSEMBLE.H -- header file for assembly module
     This is free software, please see the file
     "COPYING" for copyright and licence details
   ------------------------------------------------------------------ */
/* ASSEMBLE.H */

#ifndef _ASSEMBLE_H
#define _ASSEMBLE_H

int parseline(void);

#endif
