You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 2In some destructive-read technologies such as DRAM, the act of reading will leave memory in an undefined state, but in other technologies such as core, the act of reading will always set memory to a particular state. I don't know whether core read sense amplifiers would have been capable of detecting both 0-1 and 1-0 transitions, but it could have been interesting for an architecture to include an instruction which simultaneously stores a value and observes which bits changed, thus making an "exchange" operation faster than a non-destructive read.supercat– supercat2021-04-14 15:05:38 +00:00Commented Apr 14, 2021 at 15:05
- 1I looked up TS in the S/360 P.Ops manual, just out of curiosity. Only bit 0 of the fetched byte is used to set the condition code, so it's effectively limited to a single bit. Also, FWIW, the original ed. of the P.Ops did not have TS, but the 7th ed. (the next one available on bitsavers) has it.dave– dave2021-04-15 01:29:42 +00:00Commented Apr 15, 2021 at 1:29
- 1@another-dave But it sets the whole byte, right? Otehrwise I might have used it wrong for 30 years :))Raffzahn– Raffzahn2021-04-15 01:31:20 +00:00Commented Apr 15, 2021 at 1:31
- 2Yes - whole byte. You do not have 30 years worth of accumulated bugs to fix. Not on account of TS misuse, anyway.dave– dave2021-04-15 01:43:30 +00:00Commented Apr 15, 2021 at 1:43
- 1I mean we only used it as x'FF' or x'00'. This was so standard, I never looked that detail up - or more likely, forgot about it. Fascinating how habit shapes knowledge.Raffzahn– Raffzahn2021-04-15 10:51:18 +00:00Commented Apr 15, 2021 at 10:51
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you