You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
228 B
18 lines
228 B
.include "instr.inc"
|
|
.text
|
|
|
|
.global _start
|
|
_start:
|
|
ld_r2 0x1fe0
|
|
ld_r3 0x10
|
|
call ReadStr
|
|
ld_r2 0x1fe0
|
|
call ConvertHex
|
|
|
|
ld_r1 0x1000
|
|
copr_readblk
|
|
|
|
pop_r3
|
|
ld_r2 0x1000
|
|
ld_r3 32
|
|
jp 0xf12d
|
|
|