mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-17 07:08:05 +11:00
Includes work fine when assembling from the shell
This commit is contained in:
parent
7ae29015de
commit
dfe19e20e4
@ -22,7 +22,7 @@ is configured to start at `0xe00`
|
|||||||
> bsel 3 ; select mmap
|
> bsel 3 ; select mmap
|
||||||
> peek 5
|
> peek 5
|
||||||
210890CD3C ; looking good
|
210890CD3C ; looking good
|
||||||
> mptr 9000 ; hello.asm is configured to run from 0x9000
|
> mptr 4200 ; hello.asm is configured to run from 0x4200
|
||||||
> load ff ; load compiled code from mmap
|
> load ff ; load compiled code from mmap
|
||||||
> peek 5
|
> peek 5
|
||||||
210890CD3C ; looking good
|
210890CD3C ; looking good
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.equ printstr 0x3c
|
#include "user.h"
|
||||||
|
.org USER_CODE
|
||||||
.org 0x9000
|
|
||||||
|
|
||||||
ld hl, sAwesome
|
ld hl, sAwesome
|
||||||
call printstr
|
call printstr
|
||||||
|
Loading…
Reference in New Issue
Block a user