EXAPUNKS
评价数不足
TEXTUAL INDUSTRIES™ WORD COPROCESSOR: PALINDROMES
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
6.989 KB
6 月 18 日 下午 12:13
1 项改动说明 ( 查看 )

订阅以下载
TEXTUAL INDUSTRIES™ WORD COPROCESSOR: PALINDROMES

描述
This puzzle involves word analysis on a letter by letter basis. This is possible thanks to the word coprocessor. It's design allows for many different solutions and might be useful in other puzzles. Below you can find a simple reference sheet explaining the inner workings of the word coprocessor.

-------------------- Textual Industries™ Word Coprocessor -------------------- The Textual Industries™ Word Coprocessor consists of a character buffer and two hardware registers which are used to read from or write to the buffer. Initially the buffer is empty. #WORD hardware register Read: Reads the contents of the character buffer as a single textual value. After the value is read the buffer is cleared. Write: Appends the value to the end of the character buffer. If the written value is a textual value then each of its characters is appended to the buffer in the order they appeared in the written value. If the written value is nume- rical then each of its digits is treated as a character representing that digit and appended to the buffer in order they appeard in the written value. #LTRS hardware register Read: Reads a character from the beginning of the character buffer. After the value is read the beginning of the buffer moves to the next character effec- tively removing the character that was just read. If the buffer is empty the read operation results in the numerical value "0". Write: If a single character textual value is written it is appended to the end of the character buffer. Otherwise the operation is a NOOP.