]> Shamusworld >> Repos - rmac/blob - debug.h
853d5f21147adf6098c553ef56dcdd56e4ae6078
[rmac] / debug.h
1 ////////////////////////////////////////////////////////////////////////////////////////////////////
2 // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
3 // DEBUG.H - Debugging Messages
4 // Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends
5 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
6 // Source Utilised with the Kind Permission of Landon Dyer
7
8 #ifndef __DEBUG_H__
9 #define __DEBUG_H__
10
11 #include "rmac.h"
12
13 // Prototypes
14 int mudump(void);
15 int mdump(char *, LONG, int, LONG);
16 int dumptok(TOKEN *);
17 int dump_everything(void);
18
19 #endif // __DEBUG_H__