I started a chess duel between the "nanocomputer" running Microchess (playing white) and the "big" computer with the chess engine Sunfish (written in Python, written by Thomas Dybdahl Ahle) . After 22 moves the situation is as follows:
As it turned out, the Spanish party was played in the opening, then Black used the Berlin Defense, and White used anti-Berlin. All moves and pictures are recorded here (comments - on russian).
I added to the "nanocomputer" the possibility of input-output via an audio file or magnetic tape. Board for matching voltage levels (classic solution):
Formats:
Bits in Audacity:
Functionality was checked for the linear input and output of a "large" computer with a speed deviation of up to 20%. Example (WAV-file with three blocks): CAUTION! HIGH VOLUME!
I overcame the limitation of the physical resolution of the video output of my "nanocomputer" (45 columns) in the style of the Osborne 1 portable microcomputer - using two virtual screens. The contents of the current virtual screen are stored in video memory (microcontroller RAM), and the contents of another virtual screen are stored in the main memory (I2C chips). Screens are located horizontally, the resolution of the virtual screen is 40 columns and 19 lines + 1 status line:
Thus, virtual screens emulate a physical screen with 80 columns (Osborne emulated a physical screen with 128 columns through overlapping virtual screens with a width of 56 columns). Switching modes (physical screen / virtual screens) is carried out from the monitor program. Switching between virtual screens is done by the CTRL-O key combination. Example: left virtual screen