[futurebasic] Re: [FB] embedded keyboard controllers

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2002 : Group Archive : Group : All Groups

From: Peter Bancroft <peter@...>
Date: Fri, 24 May 2002 15:25:22 +1000
>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