Although the word 'byte' had been coined by the designers of the IBM 7030 Stretch for a group of eight bits, it was not yet well known, and English Electric used the word 'syllable' for what is now called a byte.
Machine code programming used an unusual form of octal, known locally as 'bastardized octal'. It represented 8 bits with three octal digits but the first digit represented only the two most-significant bits (with values 0..3), whilst the others the remaining two groups of three bits (with values 0..7) each.[1] A more polite colloquial name was 'silly octal', derived from the official name which was syllabic octal[2][3] (also known as 'slob-octal' or 'slob' notation,[4][5]).
This 8-bit notation was similar to the later 16-bit split octal notation.
Following this convention, 16-bit addresses were split into two 8-bit numbers printed separately in octal, that is base 8 on 8-bit boundaries: the first memory location was "000.000" and the memory location after "000.377" was "001.000" (rather than "000.400").
In order to distinguish numbers in split-octal notation from ordinary 16-bit octal numbers, the two digit groups were often separated by a slash (/),[8] dot (.),[9] colon (:),[10] comma (,),[11] hyphen (-),[12] or hash mark (#).[13][14]
Most minicomputers and microcomputers used either straight octal (where 377 is followed by 400) or hexadecimal. With the introduction of the optional HA8-6 Z80 processor replacement for the 8080 board, the front-panel keyboard got a new set of labels and hexadecimal notation was used instead of octal.[15]
^Director - Manual(PDF) (Flowchart). KDF 8. English Electric. c. 1960s. pp. 40–49. Archived(PDF) from the original on 2020-07-27. Retrieved 2020-07-27. (10 pages) (NB. Mentions the term "syllabic octal".)
^"KAB95--04---"(PDF). Archived(PDF) from the original on 2023-10-16. Retrieved 2023-10-16. (8 pages) (NB. Mentions the term "syllabic octal".)
^Beard, Bob (Autumn 1997) [1996-10-01]. "The KDF9 Computer — 30 Years On"(PDF). Resurrection - The Bulletin of the Computer Conservation Society. No. 18. Computer Conservation Society (CCS). pp. 7–15 [9, 11]. ISSN0958-7403. Archived(PDF) from the original on 2020-07-27. Retrieved 2020-07-27. [1] (NB. This is an edited version of a talk given to North West Group of the Society at the Museum of Science and Industry, Manchester, UK on 1996-10-01. It mentions the term "slob" and "slob-octal" as equivalent to "syllabic octal".)
^Santore, Ron (1978). 8080 Machine Language Programming for Beginners. dp Series in Software. Vol. 3 (1 ed.). Portland, Oregon, USA: Dilithium Press. ISBN0-91839814-2. ISBN978-0-91839814-7. […] 000,376 […] 000,377 […] 001,000 […] 001,001 […] (112 pages)
^Belt, Forest. "39. Split-Octal Concept". Introduction to number systems(PDF). Computer Diagnostics. pp. 48–50. Archived(PDF) from the original on 2020-07-31. Retrieved 2020-07-31. (iv+56 pages)
^Roland57; Garnier, Jean François (2021-12-02) [2021-12-01]. "hp16 and split octal conversion". The Museum of HP Calculators (MoHPC). Archived from the original on 2022-07-17. Retrieved 2022-07-17. […] Before you write a program on the hp16 to do the conversion, just put a zero between the two bytes, e.g. A9oC2 hex. Conversion to octal gives 251o302, the split octal value (with "o" als the digit zero to separate the two bytes). Same works for octal to hex. 377o377 octal to hex gives FFoFF […] Also usable on other machines with base conversion such as the 32S/SII, the 42S or the 41C with Advantage ROM. It works because 3 hex digits are 12 bits, exactly 4 oct digits. […]{{cite web}}: CS1 maint: numeric names: authors list (link)