switching to nasm, yasm is dead from what I can tell, not caring about perf diff anymore.
This commit is contained in:
@ -1,4 +1,21 @@
|
||||
package asmd
|
||||
package asmduff
|
||||
|
||||
|
||||
|
||||
section_data :: proc()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
section_text :: proc()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
section_externs :: proc()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
main :: proc()
|
||||
{
|
||||
|
Reference in New Issue
Block a user