clear out assets

feature/trap-handlers
able 2023-06-21 07:54:10 -05:00
parent 5edf0a1b9b
commit 453309f2a4
2 changed files with 0 additions and 8 deletions

View File

@ -1,4 +0,0 @@
load 0 a0 ;; 05 00 A0
load 10 a1 ;; 05 10 A1
add a0 1 a0 ;; 01 A0 01 A0
jump_neq a0 a1 0 ;; a1 A0 A1 0

View File

@ -1,4 +0,0 @@
load 10 A1
load 0 A0
add A0 1
jump_less_than A0 A1 0