2001-07-10 00:19:33 +02:00
|
|
|
/*
|
|
|
|
DYNDATA.C
|
|
|
|
|
|
|
|
this serves as a placeholder in the near data segment
|
|
|
|
|
|
|
|
alll data herein goes to special segment
|
|
|
|
DYN_DATA AFTER BSS, but immediately before HMA_TEXT
|
2001-11-18 15:01:12 +01:00
|
|
|
*/
|
2001-07-22 03:58:58 +02:00
|
|
|
#include "portab.h"
|
|
|
|
#include "init-mod.h"
|
2001-07-10 00:19:33 +02:00
|
|
|
#include "dyndata.h"
|
|
|
|
|
2001-11-18 15:01:12 +01:00
|
|
|
struct DynS Dyn = { 0 };
|