monitor program for LPC210x --assembly language
2005-05-30 by holi
I posted tthe file---EXAMPLE.F to show how easy it is to design the ARM LPC210x program in assembly language. Hoppfully someone who is familiar with assembly language program could compare it with the existing assemblers and disassemblers. I've developped this kind of assemblers/disassemblers for more than 10 cpus with ease. Assembler is not very difficult to design in someway, some can be accomplish in a day. Why not design your own? It's very insteresting. Likewise, some disassembler is as easy to design as assembler.