Skip to content

Commit

Permalink
example: fix stack comment in 4788asm_ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Sep 20, 2023
1 parent dd50072 commit f3a594d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/4788asm_ctor.eas
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
push @.end - @.start ; [size]
dup1 ; [size, size]
push @.start ; [start, size, size]
push 0 ; [0, size, size, size]
push 0 ; [0, start, size, size]
codecopy ; [size]
push 0 ; [0, size]
return ; []
Expand Down

0 comments on commit f3a594d

Please sign in to comment.