naming pattern .asm instead of .1 for assembly files

This commit is contained in:
2024-03-28 13:22:39 +01:00
parent bcb627f2b4
commit d8ed110400
4 changed files with 2 additions and 2 deletions

4
src/test.asm Normal file
View File

@@ -0,0 +1,4 @@
(10,5,1,2,4)
ADD(i0 ,1 ,r0)
SUB(i1,3,r1)
MULT(r1,r0,o1)