Skip to content

Commit

Permalink
align stack picture for k_slice_fit
Browse files Browse the repository at this point in the history
  • Loading branch information
dalnefre committed Jan 9, 2025
1 parent f3de650 commit 195e3df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/blob.asm
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ k_slice_fit: ; cust len' base' _
ref std.send_msg

k_slice_zero: ; cust len' base'' len base'
roll 4 ; cust base'' len base' len'
drop 3 ; cust base''
push 0 ; cust base'' len'=0
roll -2 ; cust len' base''
drop 2 ; cust len' base''
push 0 ; cust len' base'' size'=0
roll 2 ; cust len' size' base''
roll 3 ; cust size' base'' len'
ref k_slice_fit

;
Expand Down

0 comments on commit 195e3df

Please sign in to comment.