comparison dspanal/coffout.h @ 308:f8344bc4fd61

dspanal: char2coff utility written, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Oct 2019 05:20:50 +0000
parents
children
comparison
equal deleted inserted replaced
307:8e816bba2ff7 308:f8344bc4fd61
1 struct coff_section {
2 uint32_t addr;
3 uint32_t size;
4 u_char *data;
5 uint16_t flags;
6 u_char mempage;
7 };