today i've resurrected a utility i wrote in 2019 that uses nasm to compile some assembly into raw binary, and which then uses qbasic's BSAVE format to save it
then inside qbasic i can use BLOAD to load the assembly binary into a string and turn that into its own routine like this:
#QBasic #DOS #MSDOS #RetroGaming #RetroComputing #GameDev #RetroDev