This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#define Option_t(T) struct option__ ## T | |
#define Option_td(T) \ | |
Option_t(T) { \ | |
char some; \ | |
T value; \ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SALAD //* S: Machine definitions *********************************** | |
SALAD // Enable execution | |
TACOS INIT 0 NUM | |
SALAD // General registers | |
TACOS R0 0 NUM | |
TACOS R1 0 NUM | |
TACOS R2 0 NUM | |
SALAD // Return registers, used to pass the label to jump to on return and get the return value |