8 lines
70 B
NASM
8 lines
70 B
NASM
|
#include "user.h"
|
||
|
.org USER_CODE
|
||
|
|
||
|
jp edMain
|
||
|
|
||
|
#include "ed/main.asm"
|
||
|
|