2019-07-13 09:57:37 -04:00
|
|
|
#include "user.h"
|
2019-07-13 11:29:06 -04:00
|
|
|
#include "err.h"
|
2019-07-13 09:57:37 -04:00
|
|
|
.org USER_CODE
|
|
|
|
|
|
|
|
jp edMain
|
|
|
|
|
2019-07-13 11:29:06 -04:00
|
|
|
.equ IO_RAMSTART USER_RAMSTART
|
|
|
|
#include "ed/io.asm"
|
2019-07-13 09:57:37 -04:00
|
|
|
#include "ed/main.asm"
|
|
|
|
|