asm

custom asm compiler (learn project)
git clone git://git.evenfri.xyz/asm.git
Log | Files | Refs

test.asm (71B)


      1 mov bx, 2 ; comment
      2 mov ax, bx ; new comment
      3 sub ax, 2 ; comment 5
      4 hlt