Update instructions according to new naming scheme

This commit is contained in:
Gabriel Tofvesson 2019-04-24 19:59:08 +02:00
parent a441e4bad2
commit 708bd3a7b9
3 changed files with 15 additions and 15 deletions

View File

@ -56,10 +56,10 @@ mov pm ar
mov pc asr
mov pm hr
brl; mov hr gr
brl
brl
brl
irl; mov hr gr
irl
irl
irl
and HASH_MASK
mov ar asr
mov pm ar; mov pm asr

View File

@ -66,13 +66,13 @@ mov pm hr
// Hash HR, partially hash AR.
// Result of HR-hash is in AR
// Result of AR-hash is in HR
brl; mov ar gr // PM[0xFF] = AR
brl; reset asr
brl; mov gr pm
brl; mov pc asr // Set GR to pre-hash value of HR
brl; mov pm gr
brl
brl
irl; mov ar gr // PM[0xFF] = AR
irl; reset asr
irl; mov gr pm
irl; mov pc asr // Set GR to pre-hash value of HR
irl; mov pm gr
irl
irl
and HASH_MASK
mov ar asr

View File

@ -47,10 +47,10 @@ mov pc asr; incpc
mov pm hr
// Shift AR and HR
brl; mov pm gr
brl
brl
brl
irl; mov pm gr
irl
irl
irl
and HASH_MASK // Completely hash value from HR
mov ar asr
mov pm ar