From e5fa08486c00973dd0cc9423ad2a50317efaa2ed Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Thu, 1 Oct 2015 10:06:22 -0400 Subject: [PATCH] Updated sample path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f85ac..846e4df 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ The following is an implementation of an ALU in a FPGA designed to run arbitrary configuration where .text is at 0x0000 and .data is at 0x2000. I use a memory mapped IO scheme to draw to the monitor and interact with the keyboard. -For demonstration purposes, included is a pong program (provided in samples/pong.asm) written in MIPS which will run +For demonstration purposes, included is a pong program (provided in samples/pong/pong.asm) written in MIPS which will run with the provided ALU once programmed onto an FPGA.