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 pc asr
mov pm hr mov pm hr
brl; mov hr gr irl; mov hr gr
brl irl
brl irl
brl irl
and HASH_MASK and HASH_MASK
mov ar asr mov ar asr
mov pm ar; mov pm asr mov pm ar; mov pm asr

View File

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

View File

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