FreeCalypso > hg > freecalypso-sw
view target-utils/c139-lldbg/main.c @ 971:53114af707f2
rvinterf: both README files are now outdated, moved into doc
as README.old and README.older
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 07 Nov 2015 06:59:51 +0000 |
parents | d7830aee0d35 |
children | 63ea60e7fbbc |
line wrap: on
line source
#include "types.h" #include "ns16550.h" struct ns16550_regs *uart_base; main() { uart_base = (struct ns16550_regs *) 0xFFFF5800; printf("\2\2\2*Standalone Low Level Debugger entered\2"); for (;;) { putchar('>'); if (command_entry()) command_dispatch(); } }