6dbbfa837d
Starting to feel interactive...
12 lines
164 B
NASM
12 lines
164 B
NASM
#include "user.h"
|
|
#include "err.h"
|
|
.org USER_CODE
|
|
|
|
jp edMain
|
|
|
|
#include "lib/parse.asm"
|
|
.equ IO_RAMSTART USER_RAMSTART
|
|
#include "ed/io.asm"
|
|
#include "ed/main.asm"
|
|
|