msim stub

This commit is contained in:
Freya Murphy 2024-09-22 23:41:05 -04:00
parent 49af3bfc62
commit 798890c1f5
Signed by: freya
GPG key ID: 744AB800E383AE52
2 changed files with 12 additions and 0 deletions

7
msim/Makefile Normal file
View file

@ -0,0 +1,7 @@
include ../config.mk
SRC=.
BIN=../bin/msim
OUT=msim
include ../makefile.mk

5
msim/main.c Normal file
View file

@ -0,0 +1,5 @@
int main(void) {
// NOT YET IMPLEMENTED
return 1;
}