Update gitignore
This commit is contained in:
parent
ec7a147ec9
commit
133a0526eb
2 changed files with 10 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1 @@
|
|||
/target
|
||||
|
||||
wapm_packages
|
10
henceforth/examples/test.asm
Normal file
10
henceforth/examples/test.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
.include "$lib/core.asm"
|
||||
.include "$lib/std.asm"
|
||||
.include "$lib/main.asm"
|
||||
|
||||
.jump_main
|
||||
|
||||
data:
|
||||
|
||||
.main
|
||||
.std_stop
|
Loading…
Reference in a new issue