repo.or.cz
/
urasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
liburasm: fixed bug in string parsing
[urasm.git]
/
libs
/
scr2attrhl.inc
blob
b54c19eae95d6191a7a1a71083298fdabb7698a2
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;; IN:
3
;; HL: scraddr
4
;; OUT:
5
;; HL: attraddr
6
;; AF: dead
7
ld a,h
8
rrca
9
rrca
10
rrca
11
and #03
12
or #58
13
ld h,a