view dspanal/coffout.h @ 362:b4fb0c7dfdf4

fluid-mnf: added -oC option to use cmd39.m0 for Calypso C05
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 14 Mar 2020 19:44:44 +0000
parents f8344bc4fd61
children
line wrap: on
line source

struct coff_section {
	uint32_t	addr;
	uint32_t	size;
	u_char		*data;
	uint16_t	flags;
	u_char		mempage;
};