mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-03 07:11:29 +00:00
Import J Hoppe's 20090427 release from http://retrocmp.com/tools/macro-11-on-windows
This commit is contained in:
17
assemble.h
Normal file
17
assemble.h
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
#ifndef ASSEMBLE__H
|
||||
#define ASSEMBLE__H
|
||||
|
||||
|
||||
#include "stream2.h"
|
||||
#include "object.h"
|
||||
|
||||
|
||||
|
||||
#define DOT (current_pc->value) /* Handy reference to the current location */
|
||||
|
||||
int assemble_stack(
|
||||
STACK *stack,
|
||||
TEXT_RLD *tr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user