how do i make my .out file in linux into an .exe that can be run on any system? i made a calculator in c++ and assembler for a class(all the math is done in assembler), and i'd like to know if i could compile it to an executable file so i could simply run it on a windows machine for demonstration. (otherwise i'd have to do it from a console remotely)