Commit Graph
133 Commits
Author SHA1 Message Date
Phil BudneandGitHub 73dd17d3c6 Merge pull request #164 from sebras/describe/dskres.s
Attempt to describe purpose of source code in dskres.s
2019-10-31 16:11:20 -04:00
Phil BudneandGitHub fdb0fd8c68 Merge pull request #165 from sebras/describe/dsksav.s
Attempt to describe purpose of source code in dsksav.s
2019-10-31 16:11:15 -04:00
Phil BudneandGitHub 226f0e3300 Merge pull request #163 from sebras/describe/dskio.s
Attempt to describe purpose of source code in dskio.s
2019-10-31 16:04:05 -04:00
Sebastian Rasmussen 79cdb51378 Attempt to describe purpose of source code in dskres.s 2019-10-31 15:16:12 +01:00
Sebastian Rasmussen 55383ce528 Attempt to describe purpose of source code in dsksav.s 2019-10-31 15:14:31 +01:00
Sebastian Rasmussen f576bec7f9 Attempt to describe purpose of source code in dskio.s 2019-10-31 15:00:20 +01:00
phil 917cde2693 add op.s from scans to src/cmd 2019-10-28 23:59:25 -04:00
phil 4ffabd8bdf add tmg to src/cmd and image
add doug user to image, put tmg sources there
fix an as7 bug found by tmg
2019-10-28 23:14:16 -04:00
phil f6a5663640 Add missing files to src/cmd 2019-10-26 01:13:37 -04:00
phil 9b10ea0458 add ttt[12].s to cmd/src 2019-10-26 00:52:13 -04:00
phil 4a308618c5 moo.s: revert to long standings reference (as7 now truncates to 8) 2019-10-26 00:51:23 -04:00
phil fea4f2e7b8 un.s: fix typo in n.out file name literal 2019-10-25 20:02:37 -04:00
phil 12e8f6f8ab merge differences between scans/as.s and src/cmd/as.s 2019-10-24 23:14:09 -04:00
phil dbb1c55a80 copied ln.s and un.s from scans 2019-10-24 21:02:37 -04:00
Phil BudneandGitHub 710dd89a49 Merge pull request #155 from sebras/typos/moo.s
Fix typos in moo.s after manual review
2019-10-23 22:15:10 -04:00
Phil BudneandGitHub d004ce3253 Merge pull request #156 from sebras/typos/nm.s
Fix typos in nm.s after manual review
2019-10-23 22:12:26 -04:00
Phil BudneandGitHub b0b27fd43e Merge pull request #153 from sebras/typos/dsw.s
Fix typos in dsw.s
2019-10-23 22:07:47 -04:00
Phil BudneandGitHub d173e63897 Merge pull request #157 from sebras/typos/roff.s
Fixed spacing in roff.s after manual review
2019-10-23 22:05:45 -04:00
Sebastian Rasmussen 3b91271606 Fix typos in moo.s after manual review 2019-10-24 00:27:10 +02:00
Sebastian Rasmussen e479293788 Fix typos in nm.s after manual review 2019-10-24 00:26:10 +02:00
Sebastian Rasmussen 246781a210 Fix typos in stat.s after manual review 2019-10-24 00:25:22 +02:00
Sebastian Rasmussen f5b298b12a Fixed typos in roff.s after manual review 2019-10-24 00:24:29 +02:00
Sebastian Rasmussen 4affe9ee8d Add page comments to scans/dsw.s 2019-10-24 00:23:18 +02:00
Phil BudneandGitHub 4170f96d76 Merge pull request #144 from sebras/reorder/cas.x
Reorder pages also in scans/cas.x
2019-10-22 20:56:54 -04:00
Phil BudneandGitHub 2fa245f89f Merge pull request #139 from sebras/typos/scope.v
Rename and edit scope.x similar to make it adhere to the format of cas.x
2019-10-22 20:56:17 -04:00
phil 723b2d3ee9 Fix my 11-56-91.pdf typo 2019-10-22 20:53:48 -04:00
Sebastian Rasmussen d0a432565b Rename cas.x to cas.cas
The intention is the point to what tool should be used to process
the character definitions.
2019-10-22 21:36:11 +02:00
Sebastian Rasmussen 81780d703e Add scope.cas to src/cmd/scope.cas
This omits the page comments present scans/scope.cas, but is
otherwise identical.
2019-10-22 02:12:20 +02:00
Sebastian Rasmussen 1cf5f4c421 Fix typos in salv.s after review comment 2019-10-21 13:51:36 +02:00
phil 2e3872919c fix "Usage" comment 2019-10-20 23:31:52 -04:00
Phil BudneandGitHub c0510edc03 Merge pull request #138 from sebras/reorder/cas.x
Reorder and fix typos in cas.x
2019-10-20 23:23:23 -04:00
phil 6fb0363f21 one more roff fix from Angelo's version. centered some text! 2019-10-20 23:11:13 -04:00
phil 9e882049b0 add two missing lines to roff 2019-10-20 22:09:05 -04:00
Sebastian Rasmussen 2bb7f50322 Adhere to common pattern even in last section of src/cmd/cas.x
All previous sections end with the sequence x/mn/r, but the section
:c9 ends with only x/mn. This is likely not correct.

Running

cd src/cmd
../../tools/as7 -o cas cas.s
../../tools/a7out cas cas2out cas.x

with and without this commit reveals a difference in cas2out.
Besides having the last number not be truncated, the trailing
statement for the :c9 entry:

c9=x-b+0264000

will only be emitted if the section ends with x/mn/r. This makes
cas emit well-formed output.
2019-10-21 04:08:21 +02:00
Sebastian Rasmussen 351d00a018 Remove comments interfering with cas from src/cmd/cas.x 2019-10-21 04:08:21 +02:00
Sebastian Rasmussen 483b7a28ce Reorder contents of pages 16 and 17 in src/cmd/cas.x
Pages 16 and 17 in scans/cas.x must have been accidentally reordered
when scanned. This commits reorders the contents in src/cmd/cas.x,
but leaves scans/cas.x contents identical to the source scans.
2019-10-21 04:08:21 +02:00
Sebastian Rasmussen 26ea74d622 Fix typo in cas.x after manual review 2019-10-21 04:08:21 +02:00
Sebastian Rasmussen dd0a571a08 Fix typos in check.s after review comment 2019-10-21 03:48:14 +02:00
Phil BudneandGitHub bb5cb340ab Merge pull request #127 from sebras/typos/salv.s
Fix typos in salv.s after manual review
2019-10-20 19:15:48 -04:00
Phil BudneandGitHub 48de2fd168 Merge pull request #124 from sebras/typos/bc.s
Fix typos in bc.s after manual review
2019-10-20 19:04:48 -04:00
Phil BudneandGitHub 0d64b832c7 Merge pull request #122 from sebras/typos/check.s
Fix typos in check.s after manual review
2019-10-20 18:59:14 -04:00
Tom Everett 2736c75b1f removed resource fork 2019-10-20 16:48:21 -06:00
Sebastian Rasmussen 03b98deb15 Fix typos in check.s after manual review 2019-10-21 00:06:27 +02:00
Sebastian Rasmussen 9f5681ddab Fix typos in salv.s after manual review 2019-10-20 23:59:16 +02:00
Sebastian Rasmussen f206461018 Fix typos in bc.s after manual review 2019-10-20 23:51:52 +02:00
phil b4be6be175 remove src/cmd/p0.s: now part of op.s 2019-10-20 13:01:30 -04:00
phil c319307e23 roff.s fixes from Angelo's version 2019-10-20 11:51:03 -04:00
phil e05cb50aab sh.s fixes from Angelo's version 2019-10-20 11:39:30 -04:00
Tom Everett 2fb917e4b4 added moo.s to build and image 2019-10-19 17:08:17 -06:00
Tom Everett 025f276c56 added salv to image 2019-10-19 16:35:08 -06:00