소스 검색

Includes work fine when assembling from the shell

pull/10/head
Virgil Dupras 5 년 전
부모
커밋
dfe19e20e4
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      doc/zasm.md
  2. +2
    -3
      tools/emul/cfsin/hello.asm

+ 1
- 1
doc/zasm.md 파일 보기

@@ -22,7 +22,7 @@ is configured to start at `0xe00`
> bsel 3 ; select mmap
> peek 5
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
> peek 5
210890CD3C ; looking good


+ 2
- 3
tools/emul/cfsin/hello.asm 파일 보기

@@ -1,6 +1,5 @@
.equ printstr 0x3c

.org 0x9000
#include "user.h"
.org USER_CODE

ld hl, sAwesome
call printstr


불러오는 중...
취소
저장