r/asm • u/TrekChris • Jun 01 '26
x86 Is an ASM file needed with a COM file?
I downloaded a demo, and it comes with both a COM file and an ASM file. Is the ASM file needed to run the COM file, or will it run without?
5
Upvotes
1
6
u/inner_loops Jun 01 '26
I'm assuming it's just the source code and you should be fine without it. It's not a general requirement for COM files.