Document stack effect for readline in calculator.asm

This commit is contained in:
Juhani Krekelä 2022-09-15 02:06:01 +03:00
parent b5e3cb7dff
commit 007bb35917
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ debug:
debugr2: data 0
debugr3: data 0
; --
readline:
; Current index starts at 0
xor r0, r0