Commit Graph
807 Commits
Author SHA1 Message Date
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
Phil BudneandGitHub 7bf8a49fb7 Merge pull request #158 from sebras/typos/stat.s
Fix typos in stat.s after manual review
2019-10-23 22:02:11 -04: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
Phil BudneandGitHub 481309b8d2 Merge pull request #150 from philbudne/syssleep
system: annotations about sleeping (both devices and messages)
2019-10-23 01:25:46 -04:00
phil 18186e9bd2 system: annotations about sleeping (both devices and messages) 2019-10-23 00:19:04 -04:00
Phil BudneandGitHub e814139a1a Merge pull request #149 from decuser/master
moved op.s pages onto single line
2019-10-22 21:59:29 -04:00
Will Senn 1374d4e2fc moved op.s pages onto single line 2019-10-22 20:51:29 -05:00
Phil BudneandGitHub 0a964e5977 Merge pull request #146 from decuser/master
readded ln dd ken . link for curdir
2019-10-22 20:57:38 -04: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 4d5da87780 Adhere to common pattern even in last section of scans/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. Without a
trailing r statement when cas processes cas.x the output will not
contain the definition of the last character.
2019-10-22 21:36:10 +02:00
Sebastian Rasmussen f89cdd7f1b Reorder contents of pages 16 and 17 also in scans/cas.x
Pages 16 and 17 in scans/cas.x must have been accidentally reordered
when scanned. This commits reorders the contents in scans/cas.x
to reflect the original authors' intentions.
2019-10-22 21:35:31 +02:00
Phil BudneandGitHub bd741e34f3 Merge pull request #147 from sebras/typos/ttt.s
Fix a number of typos in ttt1.s and ttt.2
2019-10-22 15:17:46 -04:00
Sebastian Rasmussen ee8f5f296c Fix typos in scans/ttt2.s 2019-10-22 18:46:54 +02:00
Sebastian Rasmussen 0cd0039a49 Fix typos in scans/ttt1.s 2019-10-22 18:46:54 +02:00
Will Senn 98d7f1a18f readded ln dd ken . link for curdir 2019-10-22 10:47:16 -05:00
Phil BudneandGitHub 3ce29a2b02 Merge pull request #145 from philbudne/location7
Improve sys annotations
2019-10-21 22:28:33 -04:00
phil 4b284c6bbe Improve sys annotations
Finally understand location 7 (incremented at 60Hz)
	setting it to -1 causes clock interrupt every jiffy
Improve comments in dsktrans
Clarify cnop/cskp usage in iread/iwrite code
	iwrite and iread have common code
	entry at iwrite save return address at iread
		and overwrites return address to "skp" inst
	entry at iread puts "nop" inst at iwrite
	"xct iwrite" skips on write entry
2019-10-21 22:24:09 -04: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 3092525c9b Add source page comments to scope.cas 2019-10-22 02:12:20 +02:00
Sebastian Rasmussen ce51bc69c4 Rename scope.v to scope.cas to follow the naming pattern for cas
Previously the cas input files have been named .cas, so rename
scope.v to follow that pattern.
2019-10-22 02:12:20 +02:00
Phil BudneandGitHub 17c9581351 Merge pull request #141 from larsbrinkhoff/lars/cas_syntax
cas input and output formats
2019-10-21 11:59:31 -04:00
Phil BudneandGitHub 59407ac3b3 Merge pull request #137 from sebras/typos/salv.s
Fix typos in salv.s after review comment
2019-10-21 11:57:20 -04:00
Lars Brinkhoff 1ecb651d62 Describe cas syntax. 2019-10-21 14:43:29 +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 BudneandGitHub 4f5498d713 Merge pull request #140 from philbudne/roff-fixes
one more roff fix from Angelo's version
2019-10-20 23:13:07 -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 7520a46ce8 Separate out scans/cas.x from scans/cas.s and update README.md 2019-10-21 04:08:20 +02:00
Phil BudneandGitHub 95f2f9bd09 Merge pull request #136 from sebras/typos/check.s
Fix typos in check.s after review comment
2019-10-20 21:57:27 -04:00
Sebastian Rasmussen dd0a571a08 Fix typos in check.s after review comment 2019-10-21 03:48:14 +02:00
Phil BudneandGitHub 5913616920 Merge pull request #132 from sebras/typos/ttt1.s
Fix typo in ttt1.s after manual review
2019-10-20 19:40:02 -04:00
Phil BudneandGitHub 4961f1ef78 Merge pull request #131 from sebras/typos/t6.s
Fix typos in t6.s after manual review
2019-10-20 19:37:36 -04:00
Phil BudneandGitHub dc0f1deac0 Merge pull request #130 from sebras/typos/t5.s
Fix typos in t5.s after manual review
2019-10-20 19:28:25 -04:00
Phil BudneandGitHub 3875ee1e65 Merge pull request #129 from sebras/typos/t4.s
Fix typos in t4.s after manual review
2019-10-20 19:25:08 -04:00
Phil BudneandGitHub 8d081feaca Merge pull request #128 from sebras/typos/t3.s
Fix typos in t3.s after manual review
2019-10-20 19:24:21 -04: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 12bd16bf9e Merge pull request #126 from sebras/typos/psych.s
Fix typos in psych.s after manual review
2019-10-20 19:08:27 -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 EverettandGitHub 16af8c9dda Merge pull request #135 from teverett/master
removed resource fork
2019-10-20 16:49:42 -06:00