Skip to content

Commit

Permalink
Anas example
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Sep 11, 2024
1 parent 1eb31a7 commit 8e98b16
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions asm/test/anas.s
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// this is Anas

start:
loadi 1 // 0x2101
brnz A // 0xA003
loadi 0xFF // 0x21FF
br start // 0x8FFD


A:
loadi 0 // 0x2100
scall 0 // 0xFF00

0 comments on commit 8e98b16

Please sign in to comment.