collapseos/apps/ed/glue.asm

8 lines
70 B
NASM
Raw Normal View History

2019-07-13 09:57:37 -04:00
#include "user.h"
.org USER_CODE
jp edMain
#include "ed/main.asm"