Skip to content

Commit

Permalink
examples added
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDillenburg committed Aug 24, 2020
1 parent e4ca0e8 commit 49b59ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added examples/assembler
Binary file not shown.
1 change: 1 addition & 0 deletions examples/assembly
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
020c030104010d00020c0900
12 changes: 12 additions & 0 deletions examples/assembly.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

jmpHere:

store 12
add 0x1
sub 1

je jmpHere

store 0xc

kill

0 comments on commit 49b59ac

Please sign in to comment.