URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [Open8 Tools/] [open8_src/] [open8_as/] [stack.h] - Rev 319
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _STACK_H #define _STACK_H int stack_calculate(char *in, int *value); int stack_create_label_stack(char *label); int resolve_stack(struct stack_item s[], int x); int compute_stack(struct stack *sta, int x, double *result); #endif
Go to most recent revision | Compare with Previous | Blame | View Log