some setup

This commit is contained in:
2025-06-15 16:51:54 -04:00
parent 06212960ce
commit e49258c8c2
5 changed files with 15 additions and 10 deletions

3
code/asm.odin Normal file
View File

@ -0,0 +1,3 @@
package asmd // ASM Duffle

View File

@ -1,6 +1,6 @@
package yasm
package asmd
main :: proc()
{
}
}

3
code/pkg_mappings.odin Normal file
View File

@ -0,0 +1,3 @@
package asmd