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*
- 15Define "8-bit application".Stack Exchange Broke The Law– Stack Exchange Broke The Law2016-06-10 04:25:34 +00:00Commented Jun 10, 2016 at 4:25
- 10there's no 8-bit x86. although it's possible to emulate other 8-bit architecturesphuclv– phuclv2016-06-11 16:49:21 +00:00Commented Jun 11, 2016 at 16:49
- 3This question does not make much sense without more clarifications. Why are you mentioning QEMU? Are you asking about whether the x86 can operate as an 8 bit processor or whether QEMU does emulate such (hypothetical) 8 bit mode of the x86 properly?Laurent Giroud– Laurent Giroud2016-07-03 04:54:51 +00:00Commented Jul 3, 2016 at 4:54
- 3@hippietrail 8086 is not an 8-bit architecture. 8088 is just 8086 with a smaller external busphuclv– phuclv2020-04-27 08:20:33 +00:00Commented Apr 27, 2020 at 8:20
- 3@hippietrail no, 4004 and 8008 are 4 and 8-bit CPUs. 8086 and 8088 are 16-bit ones. 80-bit is the width of an x87 register and has no relation to integer registers in x86 whatsoeverphuclv– phuclv2020-04-27 09:30:24 +00:00Commented Apr 27, 2020 at 9:30
| Show 6 more comments
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