>Hi all, > >Is anyone familiar with programming embedded microprocessors and >whether I could use FB to do it? Any info would be greatly >appreciated. > >Warren >http://HiTechArts.com/ I have used 8048 in many projects programmed in assembly language. I wrote an assembler for it using MS QuickBASIC. Could probably be converted to FB. Let me know if you want it and I'll dig it out. It takes a text file containing 8048 assembly language instructions and generates a Hex output file for an EPROM programmer. Peter