perfaware/part_1/sim_8086.c

13 lines
101 B
C

#define ZPL_IMPLEMENTATION
#include "zpl.h"
int main()
{
zpl_printf("sim 8086!");
return 0;
}