Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

The 7090: An early Lisp Machine?

early LISP Machine
0
Posted

The 7090: An early Lisp Machine?

0

——————————– Of course, we all know how CAR/CDR came from the address and decrement part of 704/7090 instructions. But tag bits where also present. The 36-bit words could be considered as: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |opcod| decrement ( 15-bit) | tags| address ( 15-bit) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |s 1 2|3 4 5 6 7 8 9 0 1 2 3 4 5 6 7|8 9 0|1 2 3 4 5 6 7 8 9 0 1 2 3 4 5| |0 0 0|0 0 0 0 0 0 0 1 1 1 1 1 1 1 1|1 1 2|2 2 2 2 2 2 2 2 2 3 3 3 3 3 3| | | | | | There are instructions to get or set each of the fields: the operation code, the decrement, the tags and the address. STO CLA store and load a full word (CONS) in the 36-bit accumulator AC. STP store the prefix (ie. operation code, ie. “tags for CDR”). STD store the decrement. STT store the tags (“tags for the CAR”). STA store the address. SXD LXD store and load the decrement (CDR) in a 15-bit index register. SXA LXA store an

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123