- Scholars in general have not taken seriously Thomas Jefferson (1743–1826) as a philosopher, perhaps because he never wrote a formal philosophical treatise. Yet Jefferson was a prodigious writer, and his writings were suffuse with philosophical content. Well-acquainted with the philosophical literature of his day and of antiquity, he left behind a rich philosophical legacy in his declarations, presidential messages and addresses, public papers, numerous bills, letters to philosophically minded correspondents, and his only book, Notes on the State of Virginia.
- How the 8086 processor determines the length of an instruction (righto.com)
The Intel 8086 processor (1978) has a complicated instruction set with instructions ranging from one to six bytes long. This raises the question of how the processor knows the length of an instruction.1 The answer is that the 8086 uses an interesting combination of lookup ROMs and microcode to determine how many bytes to use for an instruction. In brief, the ROMs perform enough decoding to figure out if it needs one byte or two. After that, the microcode simply consumes instruction bytes as it needs them. Thus, nothing in the chip explicitly “knows” the length of an instruction. This blog post describes this process in more detail.
stanford encyclopedia of philosophy of