Then there is the "1 bit" microprocessor that has two instructions: "NOP" and "HALT"
#include <stdio.h> #include <stdlib.h> int main(void) { printf("Segmentation Fault\n"); exit(EXIT_FAILURE); }