#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "types.h"
#include "dissz80.h"
#include "dz80.h"
Functions | |
static int | GetDWord (char *Str, DWORD *pDW) |
static int | GetWord (char *Str, WORD *pWord) |
static int | CopyStringParam (char *dst, char *src, int maxlen) |
int | ParseCmdLine (DISZ80 *d, int startArgc, int argc, char *argv[]) |
|
static |
|
static |
|
static |
int ParseCmdLine | ( | DISZ80 * | d, |
int | startArgc, | ||
int | argc, | ||
char * | argv[] | ||
) |