I am new to assembly. I have writtem a program for my Z80. I have successfully assembled it. How do I make it to an EXE file?
resystor 0 Newbie Poster
Recommended Answers
Jump to PostAn EXE file is a Windows file. Your assembler should output a binary file, which would probably need to be converted to an Intel Hex file, the standard for burning to EPROMs, depending on where the Z80 is executing the code from.
Jump to PostIt would be a lot more useful if you told us the actual name/version of the tools you're using to compile / assemble your programs.
Also, the actual details of the hardware you plan to load this onto.
Jump to Posti think this is suppose to ur editor u use
after u assembled the code first u have created obj file then u link it using ur editor to be exe file these it what i do using intel instruction Set using TASM ans MASM editors
All 9 Replies
Freaky_Chris 299 Master Poster
Colin Mac 53 Posting Whiz
resystor 0 Newbie Poster
Salem 5,265 Posting Sage
resystor 0 Newbie Poster
cam875 1 Junior Poster
resystor 0 Newbie Poster
cam875 1 Junior Poster
BlackSun 4 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.