dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 1 forks source link

Move `generateAsmAndLink` from D2Compiler to a file in the x64 directory #281

Open dplassgit opened 9 months ago

dplassgit commented 9 months ago

https://github.com/dplassgit/d2lang/blob/dc4d3ce122bd03ac5d030fcc21a28f5419fe10f5/src/com/plasstech/lang/d2/D2Compiler.java#L71

dplassgit commented 9 months ago

And then it can be used in NasmCodeGeneratorBaseTest