some setup
This commit is contained in:
3
code/asm.odin
Normal file
3
code/asm.odin
Normal file
@ -0,0 +1,3 @@
|
||||
package asmd // ASM Duffle
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
package yasm
|
||||
|
||||
package asmd
|
||||
|
||||
main :: proc()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
3
code/pkg_mappings.odin
Normal file
3
code/pkg_mappings.odin
Normal file
@ -0,0 +1,3 @@
|
||||
package asmd
|
||||
|
||||
|
Reference in New Issue
Block a user