summaryrefslogtreecommitdiffstats
path: root/private/sdktools/masm/asmtabt2.c
blob: e5330a86e605a75f52d662330c5944c3612d76a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* asmtabt2.c -- microsoft 80x86 assembler
**
** microsoft (r) macro assembler
** copyright (c) microsoft corp 1986.  all rights reserved
**
** randy nevin
**
** 10/90 - Quick conversion to 32 bit by Jeff Spencer
*/

#include <stdio.h>
#include "asm86.h"
#include "asmfcn.h"
#include "asmtab.h"	/* common between asmtab.c and asmtabtb.c */

static int pad = 1;	/* to insure non 0 address */

#include "asmkeys.h"