Talk:4-bit computing
| This is the talk page for discussing improvements to the 4-bit computing article. This is not a forum for general discussion of the subject of the article. |
Article policies
|
| Find sources: Google (books * news * scholar * free images * WP refs) * FENS * JSTOR * TWL |
| This article is rated C-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||
| ||||||||||||||
The game & watch used a 4 bit processor & 43 million units were sold
- Which game and which watch? :) Jdbtwo (talk) 15:05, 5 May 2019 (UTC)[reply]
From a quick look at the architecture paper for it, it had 20-bit floating-point numbers and 20-bit instructions. It may have come out before the TMS 1000, and thus be considered "the first microprocessor", but that's not particularly relevant to a page discussing 4-bit processors in particular. (It also was a multi-chip microprocessor, so the TMS 1000 remains the first single-chip microprocessor, as the article says.) I'll remove the information about it from here unless somebody can come up with a good reason to include it. Guy Harris (talk) 22:53, 20 July 2013 (UTC)[reply]
Hello! How about renaming the article to "Four-bit architecture" or something similar? According to the Manual of Style, numbers smaller than ten should be spelled out, while "4-bit" is actually a compound adjective and as such doesn't fit well as an article title. Thoughts? -- Dsimic (talk | contribs) 07:27, 26 June 2015 (UTC)[reply]
- That'd make it different from all the other "N-bit" articles, for almost all of which N >= 10, so that MOS:SPELL09 doesn't apply to the others. Yes, "N-bit" might be a compound adjective, but it's the conventional way that something N bits wide is described. Guy Harris (talk) 10:22, 26 June 2015 (UTC)[reply]
- On second thought, you're right, "4-bit" is simply a term on its own so it should be better to leave everything as-is. -- Dsimic (talk | contribs) 11:52, 26 June 2015 (UTC)[reply]
Hello fellow Wikipedians,
I have just added archive links to one external link on 4-bit. Please take a moment to review my edit. If necessary, add {{cbignore}} after the link to keep me from modifying it. Alternatively, you can add {{nobots|deny=InternetArchiveBot}} to keep me off the page altogether. I made the following changes:
- Added archive http://web.archive.org/web/20081028181219/http://www.necel.com:80/micro/en/product/mr_48_remocon.html to http://www.necel.com/micro/en/product/mr_48_remocon.html
When you have finished reviewing my changes, please set the checked parameter below to true or failed to let others know (documentation at {{Sourcecheck}}).
Y An editor has reviewed this edit and fixed any errors that were found.
- If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
- If you found an error with any archives or the URLs themselves, you can fix them with this tool.
Cheers.--cyberbot IITalk to my owner:Online 03:12, 19 March 2016 (UTC)[reply]
Hello fellow Wikipedians,
I have just modified one external link on 4-bit. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:
- Added archive https://web.archive.org/web/20110719211222/http://www.hofstra.edu/pdf/CompHist_9812tla6.PDF to http://www.hofstra.edu/pdf/CompHist_9812tla6.PDF
When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.
Y An editor has reviewed this edit and fixed any errors that were found.
- If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
- If you found an error with any archives or the URLs themselves, you can fix them with this tool.
Cheers.--InternetArchiveBot (Report bug) 21:58, 22 June 2017 (UTC)[reply]
The article claims that higher level programming languages, such as C, would not be compatible with a computer system whose word size is 4-bits, but this is false. Barring creating an extension to the compiler to support 4-bit data types ( eg. unsigned integers ), even if the compiler could only emit program data in 8-bit chunks, bitwise operations in the programming language could be used to get around this problem so that the packed 4-bit data values are correct. Jdbtwo (talk) 16:23, 6 January 2019 (UTC)[reply]