A good mind-breaker useful for solving a real tasks. For example, tasks that programmers solved when sending man to the Moon. Along the way, you’ll acquire Assembly programming skills and refresh your math knowledge.
บทวิจารณ์ทั้งหมด:
แง่บวกเป็นส่วนมาก (15) - 73% จาก 15 บทวิจารณ์จากผู้ใช้สำหรับซอฟต์แวร์นี้เป็นแง่บวก
วันวางจำหน่าย:
21 เม.ย. 2020
ผู้พัฒนา:
ผู้จัดจำหน่าย:

เข้าสู่ระบบ เพื่อเพิ่มผลิตภัณฑ์นี้ลงในสิ่งที่อยากได้ของคุณ ติดตาม หรือทำเครื่องหมายเป็นถูกละเว้น

ซอฟต์แวร์ระหว่างการพัฒนา

มีส่วนร่วมกับซอฟต์แวร์นี้ในขณะที่กำลังพัฒนา

หมายเหตุ: ซอฟต์แวร์ระหว่างการพัฒนานี้ยังไม่เสร็จสมบูรณ์ ซึ่งอาจจะมีหรืออาจจะไม่มีการเปลี่ยนแปลงเพิ่มเติมก็ได้ หากคุณไม่ตื่นเต้นกับการใช้ซอฟต์แวร์นี้ในช่วงสถานะปัจจุบัน คุณควรจะรอเพื่อตัดสินใจในกรณีที่ซอฟต์แวร์มีความคืบหน้าในการพัฒนาเพิ่มเติมมากกว่านี้ เรียนรู้เพิ่มเติม

สิ่งที่ผู้พัฒนาต้องการจะบอก:

เหตุใดจึงเป็นช่วงระหว่างการพัฒนา?

“Full-function Assembly binary computer in the ‘sandbox’ mode. The idea of our App suggests the existence of a training mode. While it is still under development, we decided to give users familiar with the programming basics the opportunity to play with the Computer in the ‘sandbox’ mode using manual.

Since this is the first binary computer of its kind, we would like to receive feedback from users with suggestions for future development.”

ซอฟต์แวร์นี้จะอยู่ในช่วงระหว่างการพัฒนานานเท่าไรโดยประมาณ?

“The release of the App is scheduled for the second half of the 2020.”

เวอร์ชันเต็มได้ถูกวางแผนไว้ให้แตกต่างจากเวอร์ชันระหว่างการพัฒนาอย่างไร?

“In the full release it is planned to add a training mode, the option for sharing the programs, and more.”

สถานะปัจจุบันของเวอร์ชันระหว่างการพัฒนาเป็นอย่างไร?

  • The App works in the ‘sandbox’ mode.
  • The Computer contains full list of Assembly instructions.
  • There is a step-by-step debugging mode.
  • Feature of saving & loading programs
  • There is the User Manual and the Instruction Set Guide (in the App Help, the documentation on the website, files to download).

ซอฟต์แวร์นี้จะมีราคาเปลี่ยนแปลงไปหรือไม่ในระหว่างและหลังจากช่วงระหว่างการพัฒนา?

“Yes, the App with additional functionality will cost more.”

คุณกำลังวางแผนให้ชุมชนมีส่วนร่วมในขั้นตอนการพัฒนาของคุณอย่างไร?

“It is important for us to get feedback from users on the Computer to develop a training mode and to possibly add other functions. We will carefully read reviews and discussions on the Steam forums and take into account the views of community.”
อ่านเพิ่มเติม
ไม่รองรับภาษาไทย

ผลิตภัณฑ์นี้ไม่รองรับภาษาท้องถิ่นของคุณ โปรดตรวจสอบรายชื่อภาษาที่รองรับก่อนทำการสั่งซื้อ

ซื้อ ASTRA-256 Assembler

 
ดูกระดานสนทนาทั้งหมด

รายงานจุดบกพร่องและฝากข้อเสนอแนะสำหรับซอฟต์แวร์นี้บนกระดานสนทนา

เกี่ยวกับซอฟต์แวร์นี้

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.

ความต้องการระบบ

Windows
SteamOS + Linux
    ขั้นต่ำ:
    • ระบบปฏิบัติการ *: Windows 10, 8.1, 8, 7, Vista (32, 64 bit)
    • โปรเซสเซอร์: Dual Core 2 GHz
    • หน่วยความจำ: แรม 64 MB
    • กราฟิกส์: Requires a Direct3D 11 compatible videocard
    • DirectX: เวอร์ชัน 11
    • พื้นที่จัดเก็บข้อมูล: พื้นที่ว่างที่พร้อมใช้งาน 50 MB
* ตั้งแต่วันที่ 1 มกราคม 2024 เวลาแปซิฟิก เป็นต้นไป ไคลเอนต์ Steam จะรองรับเฉพาะ Windows 10 และเวอร์ชันที่ใหม่กว่าเท่านั้น
    ขั้นต่ำ:
    • ระบบปฏิบัติการ: Ubuntu 16.04 LTS 64-Bit
    • โปรเซสเซอร์: Dual Core 2 GHz
    • หน่วยความจำ: แรม 64 MB
    • กราฟิกส์: Requires a OpenGL 1.4 compatible videocard
    • พื้นที่จัดเก็บข้อมูล: พื้นที่ว่างที่พร้อมใช้งาน 50 MB

สิ่งที่ผู้แนะนำกล่าว

ผู้แนะนำ 1 รายได้เขียนบทวิจารณ์ผลิตภัณฑ์นี้ คลิก ที่นี่ เพื่อดูบทวิจารณ์

บทวิจารณ์จากผู้ซื้อ

ประเภทบทวิจารณ์


ประเภทการสั่งซื้อ


ภาษา


ช่วงวันที่
ในการดูบทวิจารณ์ตามช่วงวันที่ โปรดคลิกและลากการเลือกบนกราฟด้านบน หรือคลิกบนแท่งที่กำหนด

แสดงกราฟ



เวลาเล่น
กรองบทวิจารณ์ตามเวลาเล่นของผู้ใช้เมื่อบทวิจารณ์ถูกเขียน:


ไม่มีต่ำสุด ถึง ไม่มีสูงสุด
แสดงผลเป็น:
แสดงกราฟ
 
ซ่อนกราฟ
 
ตัวกรอง
กำลังละเว้นกิจกรรมบทวิจารณ์นอกเรื่อง
เวลาเล่น:
ไม่มีบทวิจารณ์ใดเลยที่ตรงกับตัวกรองที่กำหนดไว้ด้านบน
ปรับแต่งตัวกรอกด้านบนเพื่อดูบทวิจารณ์อื่น ๆ
กำลังโหลดบทวิจารณ์...