Repositories (1)
ProgettoSoPseudoExec
1 snippets stored for this repo
void* exec_parameters;
//we are really rude :) the stack is INSIDE the pcb
//forgive me for the bestiality
char stack[STACK_SIZE];
// more stuff to come
void* exec_parameters;
//we are really rude :) the stack is INSIDE the pcb
//forgive me for the bestiality
char stack[STACK_SIZE];
// more stuff to come