Skip to content

Commit

Permalink
examples: added assembly example
Browse files Browse the repository at this point in the history
  • Loading branch information
Zffu committed Dec 24, 2024
1 parent 08eaef6 commit f39393b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions examples/assembly.qf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
func main() {
myAssemblyFunction()
}

asmf myAssemblyFunction() {
0xB8 0x4C 0x00 0x00 0x00 0xC3
}
6 changes: 0 additions & 6 deletions examples/helloWorld.qf

This file was deleted.

0 comments on commit f39393b

Please sign in to comment.