Commit Graph
90 Commits
Author SHA1 Message Date
Sebastian Rasmussen ab0d441112 add ls.s 2019-10-19 18:29:08 +02:00
Sebastian Rasmussen 463c6d2ba6 Remove unncessary whitespace at end of nm.s 2019-10-19 18:02:23 +02:00
Sebastian Rasmussen 9ede496a40 add nm.s 2019-10-19 17:54:49 +02:00
Sebastian Rasmussen f8ff9be525 add ln.s 2019-10-19 17:32:04 +02:00
Tom EverettandGitHub 6fd304f39d Merge pull request #92 from sebras/master
add op.s
2019-10-19 09:27:45 -06:00
Sebastian Rasmussen 79243828c8 add op.s 2019-10-19 17:19:41 +02:00
Tom EverettandGitHub 963ab50e33 Merge pull request #91 from sebras/master
fix transcription typos in scope.v
2019-10-19 09:07:15 -06:00
Sebastian Rasmussen 9073f5163a fix transcription typos in scope.v 2019-10-19 15:34:40 +02:00
aap 7c91be2541 Added pool game.
Checked once, have not tried to assemble or run.
2019-10-19 12:11:38 +02:00
Phil Budne 308f6349b9 add rn.s 2019-10-18 22:57:47 -04:00
Phil Budne 4ea95df898 add rm.s 2019-10-18 22:50:36 -04:00
Phil Budne 8633b1b8c6 add psych.s 2019-10-18 22:46:53 -04:00
Phil Budne 5bfd4da984 pd.s 2019-10-18 22:18:30 -04:00
Phil Budne 70b111d937 update README.ms with sh.s, salv.s 2019-10-18 22:12:24 -04:00
Phil Budne ded28c0f10 salv.s 2019-10-18 22:11:06 -04:00
Sebastian Rasmussen 4ff5d2bcf8 fix some compilation errors in ttt{1,2}.s and un.s
Fixes issue #85.
2019-10-19 03:44:28 +02:00
Tom EverettandGitHub c13761e821 Merge pull request #87 from sebras/master
fix some compilation errors from ttt{1,2}.s and un.s
2019-10-18 19:28:43 -06:00
Sebastian Rasmussen 58c2fa1ded Merge space-travel-?.s and st?.s and correct typos.
Comparison of st?.s and space-travel-?.s revealed where the
two transcriptions differed. Typos were corrected in st?.s,
and space-travel-?.s removed.
2019-10-19 03:05:09 +02:00
Sebastian Rasmussen 40fcf6b7a9 fix typos and add pagination comments to ttt{1,2}.s and un.s 2019-10-19 02:55:13 +02:00
Sebastian Rasmussen a0ffc28455 add ttt{1,2}.s and un.s 2019-10-19 01:40:52 +02:00
Phil Budne cda071864e shell from 11-56-91.pdf; added ecla to as7 2019-10-18 18:12:42 -04:00
aap 7c4c1f6c2c Added space travel transcriptions.
Have checked them once, not tried to assemble yet.
2019-10-18 22:18:41 +02:00
Sebastian Rasmussen 65199c07a0 add space-travel-{1,2,3,4,5,6,7}.s 2019-10-18 18:56:32 +02:00
Robert SwierczekandGitHub 12502f4901 Rename op.s to t8.s 2019-10-18 08:11:33 -04:00
Robert SwierczekandGitHub e941b37f35 new files op.s, t1.s ... t7.s 2019-10-18 07:43:17 -04:00
Robert SwierczekandGitHub e69f512977 added stat.s, tm.s 2019-10-18 03:09:26 -04:00
Tom Everett 1d4684e2f0 fixed link 2019-08-21 11:58:02 -07:00
Phil Budne 5cab912d88 s2.s: fix a typo 2016-03-28 01:03:40 -04:00
Warren Toomey 193338dd4f Fixed up some more errors, it now assembles with as7. 2016-03-26 09:20:46 +10:00
Warren Toomey 2071d65404 Some transcription errors in db.s fixed. 2016-03-26 09:07:57 +10:00
Warren Toomey 4f491ba4f9 More transcription errors picked up using the assembler. 2016-03-24 08:49:50 +10:00
Warren Toomey 7599646c78 Updated from the new scan that Norman has provided. 2016-03-24 08:40:52 +10:00
Warren Toomey 4fe4d7a047 Updated ed2.s based on the new scans from Norman. 2016-03-24 08:23:00 +10:00
Nigel Williams 7614f6dbef OCR of 03-scope.pdf - character definitions for GRAPHIC 2 2016-03-24 07:58:38 +11:00
rswier a7b4608711 B compiler update
More progress
2016-03-13 03:41:14 -04:00
Tom Everett 85c00894e1 converted readme txt to md 2016-03-09 18:08:34 -07:00
Phil Budne b871c2214d as.s: add missing line, found by Warren 2016-03-07 17:57:45 -05:00
rswier 28a98360a4 Successful first run of B interpreter!
I hand compiled hello.b into hello.s and assembled with the interpreter
and runtime library:
perl as7 --out a.out bl.s hello.s bi.s
2016-03-07 05:57:30 -05:00
rswier 011e30802c Fixed typos 2016-03-03 03:56:49 -05:00
rswier ec60a18b91 Fixed some typos 2016-03-02 00:37:27 -05:00
Will Senn 55e638c9fb resolved conflict 2016-03-01 10:18:55 -06:00
Will Senn 4914fc5dc8 reviewed a*s and the two .b files 2016-03-01 10:17:34 -06:00
Phil Budne 34e1dda60c fix a typo in betwen 2016-03-01 01:42:37 -05:00
rswier a17ba2eec3 Renamed lease.b to lcase.b
lcase.b is a filter program that converts upper to lower case, tabs to
spaces, and removes form feed and carriage returns.
2016-02-29 23:21:52 -05:00
Phil Budne d8c7ba5179 fix typos 2016-02-29 14:28:03 -05:00
Phil Budne 8bd39e9247 add missing ; 2016-02-29 14:27:34 -05:00
Will Senn 43d1349b75 changes based on scan compare 2016-02-28 17:50:48 -06:00
Phil Budne 3992838d83 fix typos 2016-02-28 15:19:37 -05:00
rswier ab77e0c69c Transcribed the remainder of 06-5-12.pdf
First draft
2016-02-27 16:38:58 -05:00
Warren Toomey 5cd48e18e1 Oops, it's late. Let's fix up the misspelt Novells :-) 2016-02-27 21:26:22 +10:00