Make it possible to disable emitting nop after halt.

This commit is contained in:
Anthony J. Bentley
2013-05-19 17:56:41 -06:00
parent 34d40a67c9
commit 6ccd386587
4 changed files with 33 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
%{
#include <ctype.h>
#include <errno.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -15,6 +16,8 @@
#include "asm/main.h"
#include "asm/lexer.h"
extern bool haltnop;
char *tzNewMacro;
ULONG ulNewMacroSize;