view lldbg/main.c @ 3:f93dab57b032

L1/include: TCS211-based version restored
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:45:00 +0000
parents 75a11d740a02
children
line wrap: on
line source

#include "types.h"

lldbg_main()
{
	lldbg_printf("\2\2\2*Low Level Debug mode entered\2");
	for (;;) {
		lldbg_putchar('>');
		if (lldbg_command_entry())
			lldbg_command_dispatch();
	}
}