Skip to content

symbol should be <= 30 by project definition #12

@dassaf1

Description

@dassaf1

typedef struct symbol_line {
char symbol[10];
int address;
int is_extern;
int symbol_type; /* from enum: NONE, DATA, CODE */
struct symbol_line *next;
} symbol_line;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions