Skip to content

Commit

Permalink
add constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Mar 15, 2024
1 parent cfb9772 commit 86968ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ctor.eas
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
push @.end - @.start
dup1
push @.start
push0
codecopy
push0
return

.start:
#include "main.eas"
.end:

0 comments on commit 86968ca

Please sign in to comment.