1
0
mirror of https://github.com/aap/pdp6.git synced 2026-02-26 17:03:52 +00:00

Commit Graph

  • 3197705f49 ld6: added RIM10B loader to RIM format aap 2017-01-31 00:47:17 +01:00
  • f09ac9eb90 work on assembler and linker aap 2017-01-29 23:26:24 +01:00
  • ae8c95d8e3 small change aap 2017-01-15 20:23:19 +01:00
  • db4cfc73cb implemented literals in as6 aap 2017-01-14 16:58:55 +01:00
  • 99c378455a Merge branch 'master' of github.com:aap/pdp6 aap 2017-01-12 20:29:56 +01:00
  • 69a6b2f0a8 improved number parsing in the assembler aap 2017-01-12 20:29:35 +01:00
  • 2f21944ae7 updated fpga panel aap 2016-12-17 21:01:12 +00:00
  • c74dad4bee implemented floating point aap 2016-12-11 17:23:06 +01:00
  • d8edd19b0d implemented mul and div subroutines aap 2016-12-10 19:18:16 +01:00
  • 534d4521c3 added quartus project files aap 2016-12-10 00:00:16 +01:00
  • 69613da23e changed verilog code for synthesis aap 2016-12-09 23:31:27 +01:00
  • 7f0f172e4c added stand alone panel for FPGA communication aap 2016-12-02 09:10:37 +00:00
  • 92adeafbb7 renamed src to emu, updated README aap 2016-12-02 10:07:54 +01:00
  • 45bd177a73 verilog character instructions aap 2016-11-24 16:13:49 +01:00
  • 844810b249 verilog BLT aap 2016-11-24 11:04:41 +01:00
  • f926fd9098 BLK aap 2016-11-23 09:52:46 +01:00
  • db93c803c8 work on IOT, AR, SH and SC aap 2016-11-21 11:39:40 +01:00
  • 2268d61557 work on AR and MQ aap 2016-11-17 21:40:20 +01:00
  • a1d5d59e04 some more AR stuff aap 2016-11-17 00:54:09 +01:00
  • 9c3ca3988f basic E cycle working, S done aap 2016-11-16 17:06:27 +01:00
  • 712c0bddf6 implemented S cycle, started E aap 2016-11-15 23:57:55 +01:00
  • dff2d4cff2 verilog instruction decoding aap 2016-11-14 23:44:16 +01:00
  • a2f609fe66 implemented I and A cycles in verilog aap 2016-11-14 07:01:05 +01:00
  • 14a82a7e61 rewrote the verilog code aap 2016-11-13 02:06:34 +01:00
  • fb47930b1b started to write a verilog simulation aap 2016-11-09 19:21:09 +01:00
  • 5d0ee59ab9 fixed two bugs aap 2016-11-08 00:09:55 +01:00
  • 0cdb02a439 little fix in apr; added delay to mkpty aap 2016-11-04 14:50:02 +01:00
  • 136ae33449 changed handling of TTYs; you now connect to a tty device, misc/mkpty is used to create a pty to be used by the emulator aap 2016-11-02 08:29:54 +01:00
  • 44fa353ea0 fixed PI channels, implemented clock aap 2016-11-01 00:43:30 +01:00
  • 1fde96488e memory power on aap 2016-10-31 16:38:13 +01:00
  • 91f93179bb fixed bug in fastmem aap 2016-10-28 19:12:47 +02:00
  • ff8882ab38 re-implemented memory aap 2016-10-28 17:44:47 +02:00
  • 783eb935de moved iobus into apr aap 2016-10-26 22:44:12 +02:00
  • 3b09b5f613 started modularizing the code somewhat aap 2016-10-26 16:44:59 +02:00
  • 2c3242fd4d membus pulses; pt thread aap 2016-10-25 20:30:28 +02:00
  • 2a37a8f74d wrote new gui; implemented and fixed a bunch of stuff aap 2016-10-24 22:45:24 +02:00
  • e0d9a181e2 io panel aap 2016-10-22 12:00:31 +02:00
  • e6c9c9b639 indicator panel svgs aap 2016-10-21 22:00:07 +02:00
  • c80dce6e90 various changes aap 2016-10-21 15:09:01 +02:00
  • bdf5fad41d fixed tty; implemented ptr aap 2016-10-19 21:51:58 +02:00
  • 3df4051093 assembler & linker basically working aap 2016-10-19 12:11:11 +02:00
  • 8342f86563 some work on the assembler aap 2016-10-17 22:31:15 +02:00
  • d71efecbb3 been working on a new assmbler and a linker aap 2016-10-12 22:18:29 +02:00
  • 6311e92a7c started working on a linker aap 2016-10-09 22:36:09 +02:00
  • f2e9f77f69 added proper tty client aap 2016-10-06 15:08:32 +02:00
  • b740e8d84f merge aap 2016-10-06 13:42:02 +02:00
  • 854437548e small changes aap 2016-10-06 13:36:55 +02:00
  • 2a67b180a8 better debugging tracing; fixed bug related to keys aap 2016-10-05 19:06:47 +02:00
  • 01be323fad fixed div shift; added misc files aap 2016-10-04 20:54:49 +02:00
  • 31adf43f2e Merge pull request #1 from larsbrinkhoff/master aap 2016-05-13 08:56:48 +02:00
  • 4ada97372a Use sdl-config and pkg-config to add compiler flags. Lars Brinkhoff 2016-05-13 07:56:06 +02:00
  • 1452e2c856 fixed dependency on inst.h aap 2016-05-12 22:34:03 +02:00
  • 79ef7a3af8 experimented, fixed bugs, implemented basic tty aap 2016-05-01 00:12:29 +02:00
  • bda85e8902 final touches, added README aap 2016-04-27 19:14:06 +02:00
  • 3a92ce7bf8 implemented floating point add/sub aap 2016-04-27 18:49:54 +02:00
  • 5a11c7ea4e floating point division aap 2016-04-27 18:05:01 +02:00
  • d5db4f2a3b implemented quite a bit floating point stuff aap 2016-04-27 00:16:19 +02:00
  • f73bb4e372 implemented FSC aap 2016-04-25 21:02:18 +02:00
  • 09d4a05c50 implemented divide subroutine aap 2016-04-24 15:05:06 +02:00
  • 432ea680a2 implemented fixed point multiplication aap 2016-04-21 18:46:46 +02:00
  • 94436d621a finished implementing character operations aap 2016-04-21 00:51:28 +02:00
  • 55063c54fd implemented first character subroutine aap 2016-04-20 07:50:08 +02:00
  • 295d910a00 implemented increment part of character subroutine aap 2016-04-20 00:14:00 +02:00
  • add5068228 implemented bit shifts aap 2016-04-18 23:21:46 +02:00
  • 7b416e2f8a implemented UUOs aap 2016-04-18 13:04:40 +02:00
  • e3aa5af7e8 implemented XCT aap 2016-04-18 10:35:47 +02:00
  • b0107ee74a implemented BLT aap 2016-04-18 01:33:40 +02:00
  • 0c30156bdb implemented BLKI/O aap 2016-04-17 21:13:12 +02:00
  • c7f7efa0ee implemented cpa device aap 2016-04-16 20:42:46 +02:00
  • fb9d5ac3dc implemented PI device aap 2016-04-16 16:43:00 +02:00
  • 692715079e started with IO aap 2016-04-16 01:32:43 +02:00
  • f41c186d88 memory files aap 2016-04-15 01:19:00 +02:00
  • dd450b9298 wrote some basic test and found bugs aap 2016-04-14 23:42:19 +02:00
  • b19f158e12 implemented store; reworked fetch/store gating a bit aap 2016-04-14 00:04:50 +02:00
  • 20fd2cd681 execution again aap 2016-04-12 19:09:26 +02:00
  • 36f6269ff1 more work on execution aap 2016-04-12 01:11:56 +02:00
  • 2ced6e52a3 started revisiting execution aap 2016-04-11 00:58:27 +02:00
  • 6462ade402 more instruction decoding aap 2016-04-09 21:37:21 +02:00
  • 1361705747 revisited fetch and parts of instruction decoding aap 2016-04-08 19:11:20 +02:00
  • b0e0abc290 revisited address cycle and AR subroutines aap 2016-04-08 01:13:18 +02:00
  • 00cef7150a revisited instruction cycle aap 2016-04-07 21:56:15 +02:00
  • b0b7edaf73 revisited memory control aap 2016-04-05 23:45:30 +02:00
  • ab96a0f785 better pulse system; revisited key cycle aap 2016-04-05 00:50:38 +02:00
  • b0bfdf7400 commiting old changes aap 2016-04-03 23:07:12 +02:00
  • 475a10d136 implemented jumps aap 2015-11-10 10:37:58 +01:00
  • 7c6f575885 started work on store cycle aap 2015-11-08 14:29:33 +01:00
  • 8bbe410553 worked on execution cycle aap 2015-11-07 19:51:36 +01:00
  • d13e7e8838 AR stuff aap 2015-11-06 16:21:38 +01:00
  • 70dacb95dc implemented boolean instructions aap 2015-11-04 11:21:36 +01:00
  • 349ad02e9c little changes and fixes aap 2015-11-02 23:18:50 +01:00
  • 0adb826e05 started work on execution cycle aap 2015-11-02 16:26:30 +01:00
  • 6374091013 implemented effective address fetch aap 2015-11-01 20:55:54 +01:00
  • e4469144de implemented AC fetch aap 2015-11-01 17:41:17 +01:00
  • 988e542a8f implemented address cycle aap 2015-10-31 22:14:57 +01:00
  • de1c0bee6f implemented instruction fetch aap 2015-10-31 13:53:44 +01:00
  • c8f1e78e1b key cycle and memory control basically working aap 2015-10-30 19:41:54 +01:00
  • 6df53ee690 Initial commit aap 2015-10-30 19:40:17 +01:00