Skip to content

Commit

Permalink
fix inverted test
Browse files Browse the repository at this point in the history
  • Loading branch information
dalnefre committed Jan 9, 2025
1 parent 3447408 commit f3de650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blob.asm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ slice_source:

dup 2 ; cust len' base'' len base' len base'
cmp gt ; cust len' base'' len base' len>base'
if k_slice_zero ; cust len' base'' len base'
if_not k_slice_zero ; cust len' base'' len base'

alu sub ; cust len' base'' size'=len-base'
pick 3 ; cust len' base'' size' len'
Expand Down

0 comments on commit f3de650

Please sign in to comment.