Skip to content

Commit

Permalink
README.md: remove -
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Sep 20, 2023
1 parent 6c858fd commit da8d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ main.eas:
### #assemble

When writing contract constructors and advanced CALL scenarios, it can be necessary to
include sub-program bytecode as-is. The `#assemble` directive can do this for you.
include subprogram bytecode as-is. The `#assemble` directive can do this for you.

Using `#assemble` runs the assembler on the specified file, and includes the resulting
bytecode into the current program. Labels of the subprogram will start at offset zero.
Expand Down

0 comments on commit da8d531

Please sign in to comment.