게임 정보
ASSEMBLY BINARY COMPUTER
Maybe it sounds unusual but let us introduce a binary computer programmable in Assembly language.
PRACTICAL PLAYTHING
- The ASTRA-256 software is an effective tool for those who want to learn the Assembly language, not knowing where to start.
- It is a fun toy for ‘real programmers’ and those remembering the old LPG-30, Altair 8800, PDP-11.
- Finally, it’s a very good mind-breaker, not wasting your time. With the ASTRA-256, you can solve real problems. For example, those real programmers solved at the dawn of computing. Along the way, acquiring Assembly programming skills, refreshing your math knowledge.
REASONS TO LEARN ASSEMBLY LANGUAGE
- Assembly language allows to most effectively manage all the hardware resources. So it is used for programming many microcontroller devices.
- Assembly is still used to optimize programs written in higher-level languages.
- Assembly experience will give you an insight into how the magic happens. What turns hardware understanding only zeros and ones into a living intelligent computer?
BACK TO THE PAST
In the software, we tried to marry the atmosphere of the iconic first computers with a practical training tool. At the same time, you can prove yourself working in limited-resource conditions in which real programmers had been working in their days.
ASTRA-256 FEATURES
The software represents a virtual computer with a von Neumann architecture. At your disposal are the following resources:
Architecture
The 8-bit processor has an 8-bit accumulator, as well as 8-bit registers mapped to memory: instruction counter, input register, output register, stack pointer, FLAGS register.
Memory
The Astra-256 has 256 bytes of memory (exactly as it was in the first versions of the Altair 8800).
Instruction Set
The Assembly instruction set is quite extended and contains 102 instructions. But a novice user does not need to know all of them. It is enough to know only part of them to start writing the first assembly code.
To learn more about instructions, click on the Help View button in the app or read detailed documentation on the official website. You might want to print it for more immersion in the programming process.
Instructions grouped into 11 subdivisions:
- Processor Control Instructions
- Data Transfer Instructions
- Exchange Instructions
- Arithmetic and logical Instructions
- Shift Instructions
- Bit Manipulation Instructions
- Stack Manipulation Instructions
- Unconditional Transfer Instructions
- Conditional Transfer Instructions
- Input/Output Instructions
- Miscellaneous Instructions
We provide the user with an extended set of instructions similar to those found in all modern microcontrollers, microprocessors. The ASTRA-256 allows for getting basic programming skills in low-level hardware. On these foundations, you can master the coding of any modern microcontroller. After all, its basic operating principles remain the same.
PLAY, LEARN, PROGRAM!
The ASTRA-256 is a tool with everything at hand. It allows puzzling over the solution of tasks with limited resources.
Write in Assembly language a square root extraction program, a trigonometric function calculator, or an interactive game. And maybe you will be the next real programmer who sends a man to the Moon.