# Little Man Plus `littlemanplus` is a fast Rust-based [Little Man Computer](https://en.wikipedia.org/wiki/Little_Man_Computer) simulator with a sleek terminal user interface, expanded 512-slot memory and up to 64-bit integer support. ## Features Additional features include: - Expanded 512-slot memory with the ability to have up to 999 slots - Terminal user interface - Expanded instruction set with bitwise operations (`BWN`, `BWO`, `BWX`, etc.) - Added `LDR` instruction to load based on an address stored in the accumulator ## Usage To download a pre-built binary, visit the [releases](https://github.com/azyrite/littlemanplus/releases/latest) page and select the executable that matches your platform. The binary should be run in a terminal window so the terminal user interface can be launched. ## License Copyright (c) 2025 azyrite This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. i.e., this project is licensed under the [GNU General Public License Version 3](/LICENSE).