Commit Graph

40 Commits

Author SHA1 Message Date
Ada Gottensträter 43c419fc85 Fix serial input spam when no terminal on stdin 2022-10-20 12:18:39 +00:00
Ada Gottensträter 154d880a27 Add exit sequence support 2022-03-29 19:45:06 +02:00
Ada Gottensträter 332ba1da89 Fix compilation on Windows and enable LTO 2022-03-29 19:22:07 +02:00
Dave Hein 77f7331974
Merge pull request #11 from mbaeten/master
Fixed RD* / WR* carry flag behavior
2020-02-10 12:16:08 -06:00
Miro Baeten 18fa98b84d Fixed RD* / WR* carry flag behavior 2020-02-08 00:58:27 +01:00
davehein bb903fc36f Fixed LOC instruction to match the FPGA 2018-12-06 08:02:14 -06:00
davehein e6ba494b46 Fixed a problem with waitflag with waitpeq and waitpne 2018-12-01 20:09:41 -06:00
Dave Hein 63391ebfaf
Merge pull request #8 from drawkula/patch-1
Some formatting for README.md
2018-12-01 18:48:00 -06:00
Dave Hein 71ce50b415
Merge pull request #6 from redvers/master
Added -B flag to re-direct output of Serial to a file
2018-12-01 18:46:39 -06:00
Dave Hein d75e94c9ef
Merge pull request #9 from redvers/add_debug_dumpc
Added dumpc, dumpl, and dumph to dump cog, lut, and hub memory
2018-12-01 18:40:03 -06:00
davehein 520bce3e58 Fixed indentation on STREAM COLLISION prints 2018-12-01 18:25:27 -06:00
davehein dbf62bf5ba Added missing braces after if statement 2018-12-01 18:24:33 -06:00
Redvers Davies ee49c04fad Added dumpc, dumpl, and dumph to dump cog, lut, and hub memory in debug mode. 2018-10-23 21:05:24 -04:00
yeti 5d214b782d
Some formatting for README.md
Use preformatted text for some tables and lists.
2018-10-23 17:17:27 +00:00
Redvers Davies 6dc8fdbce2 fflush correctly 2018-10-22 13:28:10 -04:00
Redvers Davies 5f9947fb3e Added -B flag to spool Serial Output separately from stdout 2018-10-22 13:15:56 -04:00
davehein 1285167461 Updated version number to 0.99 2018-06-19 09:06:35 -05:00
davehein 5ece631705 Updated version number to 0.99 2018-06-19 09:00:25 -05:00
davehein 495b9778fc Fixed a problem with the REP instruction 2018-06-19 08:58:19 -05:00
davehein 95c5d9d22e Fixed disassembly of loc, nixint1, pollsel1 and getrnd 2018-04-22 12:30:16 -05:00
davehein 890efaf191 Fixed Makefile to work under mingw 2018-04-15 21:39:06 -05:00
davehein 24403acea2 Removed the bin files from the verify directory 2018-04-15 19:57:15 -05:00
davehein 3b728bd09e Fixes to make the verify tests match FPGA v32b 2018-04-15 19:55:21 -05:00
davehein 1b0c107390 Updated to support P2 FPGA v32b 2018-04-14 11:31:57 -05:00
davehein 56e4571636 Added back spin files 2018-04-14 09:53:19 -05:00
David Betz 46c8379efd Fix Windows build. 2018-04-14 07:46:30 -04:00
David Betz 1cddced742 Move -lm to the end of the link command line to fix the Linux build. 2018-04-14 07:21:58 -04:00
David Betz 9327d0b0a7 Ignore the windows build directory as well. 2018-04-14 07:16:22 -04:00
David Betz 25fa337930 Add a .gitignore file to ignore the build directories. 2018-04-14 07:15:44 -04:00
David Betz 984b565ace Add math library. 2018-04-14 05:08:33 -04:00
David Betz f8180a7096 Add missing disasm2.c file. 2018-04-14 05:05:49 -04:00
David Betz c33ed7cf35 Update to Dave Hein's version 0.97. 2018-04-12 22:20:22 -04:00
David Betz 66915a7ad1 Windows build seems to need <stdint.h> in spinsim.c and eeprom.c. 2015-12-22 09:49:27 -05:00
David Betz 36e60b13ab Switch to a newer version of MinGW. 2015-12-22 07:22:00 -05:00
David Betz 86c67c1cf9 Temporary fix for missing definitions for initialize_console_io and restore_console_io. 2015-04-08 20:59:22 -04:00
David Betz 7486a4834e Turns out that ?= is not needed to allow variables to be overridden from the make command line. 2015-04-03 09:52:43 -04:00
David Betz b377e4c8c1 Minor makefile updates. 2015-04-02 20:19:58 -04:00
David Betz f41e93b267 Update the Makefile to support cross builds. 2015-04-02 17:38:40 -04:00
David Betz edd7a60d3c Update the Makefile to work with the propeller-gcc Makefile. 2015-03-22 14:16:21 -04:00
David Betz bdd3741b10 Initial push of the contents of Dave Hein's latest release. 2015-03-22 13:30:10 -04:00