Panorama Business Machines: Difference between revisions

From CRSS Wiki
Jump to navigation Jump to search
Piguman3 (talk | contribs)
No edit summary
Piguman3 (talk | contribs)
Added mid sections
Line 27: Line 27:


=== MID964 ===
=== MID964 ===
Built specifically for the purpose of hosting gambling software at the ROP Casino, the MID964 is a full [https://esolangs.org/wiki/Brainfuck Brainfuck] computer capable of generating random numbers. It does this by generating single random bits and multiplying them by powers of 2 to generate full numbers with uniform randomness. This function is bound to a new instruction that replaces one of the move instructions, as the computer only has 2 memory cells, based on the original P00F design.
Currently runs a "guess the number" game where the user has to input the random number the computer came up with, getting a reward if they guessed correctly.
Code: <code> *[->++++>]>*[->++>]>*++,[>+>-[>->-]>[.-]] </code>
[[File:Mid964.jpg|frameless|521x521px]]
=== MID965 ===
An upgrade to the original MID964, it holds 6 memory cells instead of 2, adding back the move instruction, though losing the randomness capability. It has more program memory, with storage for up to 61 symbols, and an entire 3x3 lamp display connected via a serial connection to the computer.
The first server test of the computer was built on top of a hill in [[The Hills of Revolution and Trinity|HRT]], and is currently undergoing testing to debug and verify its functionality.
[[File:MID965 hill.jpg|frameless|680x680px]]

Revision as of 15:48, 10 October 2025

Uses Template:Infobox_Company


Test Company Yay
Owner(s) Piguman (Creator)
Locations ROP
Subsidiaries None
Founded 31/03/2025
Company Type Computational redstone exporter



Panorama Business Machines (PBM) is a technology company in ROP, that makes computational redstone products of varying computational class, ranging from simple teaching tools to full computers.

Founded by piguman3, the company was started to give structure to the development of these computational redstone devices.

PBM Headquarters

Products

P00F

The P00F is a Minivac 601-like teaching tool, containing 2 PBM memory cells that can increment or decrement their value. Depending on the configuration of the device it could perform addition or subtraction.

Currently residing on the second floor of the PBM HQ, it's the only device with proper documentation from the company.

MID964

Built specifically for the purpose of hosting gambling software at the ROP Casino, the MID964 is a full Brainfuck computer capable of generating random numbers. It does this by generating single random bits and multiplying them by powers of 2 to generate full numbers with uniform randomness. This function is bound to a new instruction that replaces one of the move instructions, as the computer only has 2 memory cells, based on the original P00F design.

Currently runs a "guess the number" game where the user has to input the random number the computer came up with, getting a reward if they guessed correctly.

Code: *[->++++>]>*[->++>]>*++,[>+>-[>->-]>[.-]]

MID965

An upgrade to the original MID964, it holds 6 memory cells instead of 2, adding back the move instruction, though losing the randomness capability. It has more program memory, with storage for up to 61 symbols, and an entire 3x3 lamp display connected via a serial connection to the computer.

The first server test of the computer was built on top of a hill in HRT, and is currently undergoing testing to debug and verify its functionality.