After screwing around for several days trying to figure out how to set up my system to produce 64-bit programs using uasm and wininc, it occurred to me that maybe I didn't have to keep both 32 and 64 bit working. Before jumping to conclusions based upon nebulous trial and error I thought I'd just ask.
(Assuming I'm working on a computer with 64-bit windows running,) If one uses uasm64, can it also produce 32bit programs, or do I also need to keep uasm32 for 32-bit only programs? If 64 will produce 32bit programs, are there any special s-field options that need to be different? (Currently I normally use /nologo /c /coff /Cp /Fl /Sn /Sg)
Also, it this the place to ask such questions, or would the uasm people prefer it be in the generic "64 bit assembler" subforum?