Example #1
0
// *****************************************************************************
// project4 command
//
//
int P4_project4(int argc, char* argv[])					// project 5
{
	// initialize lc3 memory
	P4_initMemory(argc, argv);
	// start lc3 tasks
	loadLC3File("crawler.hex");

//	loadLC3File("memtest.hex");
	loadLC3File("crawler.hex");
//	loadLC3File("memtest.hex");
//	loadLC3File("crawler.hex");
	return 0;
}
Example #2
0
// **************************************************************************
// **************************************************************************
int P4_memtest(int argc, char* argv[])
{
	loadLC3File("memtest.hex");
	return 0;
} // end crawler and memtest programs
Example #3
0
// **************************************************************************
// **************************************************************************
int P4_crawler(int argc, char* argv[])
{
	loadLC3File("crawler.hex");
	return 0;
} // end P4_crawler