Add missing trashes: entry for peekWord in calculator.asm

This commit is contained in:
Juhani Krekelä 2022-08-17 02:32:51 +03:00
parent b63232169d
commit cc933eeac1
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ tmpWordLow: data 0
; out: ; out:
; r0:r1 = word ; r0:r1 = word
; trashes:
; r2, r3
peekWord: peekWord:
cleq r0, r0, popWord cleq r0, r0, popWord
cleq r0, r0, tmpStoreWord01 cleq r0, r0, tmpStoreWord01