Skip to content

Commit

Permalink
asm: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
remko committed Nov 19, 2023
1 parent d5516b0 commit 32d43bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/asm.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
////////////////////////////////////////////////////////////////////////////////
// Uxntal assembler
////////////////////////////////////////////////////////////////////////////////

export const LIT = 0x80,
LIT2 = 0xa0,
JMI = 0x40,
Expand Down

0 comments on commit 32d43bf

Please sign in to comment.