Learn 6502 Assembly

Learn 6502 Assembly

เรียนรู้การเขียนโปรแกรมการชุมนุม 6502 ในระหว่างการเดินทาง

ข้อมูลแอพ


4.0.2
February 19, 2024
49,776
Android 7.0+
Everyone
Get Learn 6502 Assembly for Free on Google Play

Advertisement

คำอธิบายแอพ


การวิเคราะห์แอพ Android และการทบทวน: Learn 6502 Assembly พัฒนาโดย ausp927 จดทะเบียนในหมวดหมู่ การศึกษา เวอร์ชันปัจจุบันคือ 4.0.2 อัปเดตเมื่อ 19/02/2024 ตามความเห็นของผู้ใช้ใน Google Play: Learn 6502 Assembly ได้รับการติดตั้งมากกว่า 50 พัน ปัจจุบัน Learn 6502 Assembly มีรีวิว 470 คะแนนเฉลี่ย 4.4 ดาว

เคยถูกข่มขู่โดยภาษาประกอบ? พยายามที่จะดึงผมของคุณที่จะคิดออกคำสั่งที่ชัดเจนและการจัดการหน่วยความจำ? ด้วยการจำลองง่ายและสง่างามนี้การเรียนรู้ภาษาประกอบไม่อาจจะง่าย อย่าไปเชื่อมันได้หรือไม่ เพียงแค่ลองดูตัวอย่างในตัวและเริ่มต้นจากการปรับเปลี่ยนแล้วการสร้าง ใช้ดีบักเพื่อดูว่าแต่ละคำสั่งมีผลกระทบต่อการลงทะเบียน, หน่วยความจำและเอาท์พุทวิดีโอ ใช้เกมคอนโซลในการเล่นเกมของคุณด้วยในตัวควบคุมหน้าจอ

คุณสมบัติ:
* อนุญาตให้ผู้ใช้เห็นรหัสฐานสิบหกและรหัสถอดโปรแกรมรวบรวม
* อนุญาตให้ใช้ที่จะใช้ในการแก้ปัญหาการดีบักโปรแกรมของพวกเขา
* Built-in แผงคอนโซลและเกมที่จะเริ่มต้นการเขียนโปรแกรมเกมขวาปิด
* Built-in บทเรียนคู่มือและตัวอย่างที่จะช่วยให้ผู้ใช้สามารถรับกับการเขียนโปรแกรมการชุมนุม 6502

สำหรับการบริจาคโปรดไปอย่างใดอย่างหนึ่ง
https://play.google.com/store/apps/details?id=com.redlee90.donation1&hl=en
หรือ
https://play.google.com/store/apps/details?id=com.redlee90.donation2&hl=en

กรุณารายงานข้อบกพร่องให้ฉันที่ [email protected] ก่อนที่จะวางตัวไว้ในความคิดเห็นเพียงแค่ให้ฉันมีโอกาสที่จะทำให้พวกเขาขวา ขอขอบคุณและสนุก
ขณะนี้เราเสนอเวอร์ชัน 4.0.2 นี่เป็นเวอร์ชันล่าสุดที่ได้รับการปรับปรุงให้ดีที่สุดของเรา เหมาะสำหรับอุปกรณ์ต่าง ๆ มากมาย ดาวน์โหลดฟรี Apk โดยตรงจาก Google Play Store หรือเวอร์ชันอื่น ๆ ที่เรากำลังโฮสต์ นอกจากนี้คุณสามารถดาวน์โหลดได้โดยไม่ต้องลงทะเบียนและไม่จำเป็นต้องเข้าสู่ระบบ

เรามีอุปกรณ์ที่มี 2000+ มากกว่าสำหรับ Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... ที่มีตัวเลือกมากมายเป็นเรื่องง่ายสำหรับคุณที่จะเลือกเกมหรือซอฟต์แวร์ที่เหมาะกับอุปกรณ์ของคุณ

มันสามารถมีประโยชน์หากมีข้อ จำกัด ของประเทศหรือข้อ จำกัด ใด ๆ จากด้านข้างของอุปกรณ์ของคุณใน Google App Store

ให้คะแนนและตรวจสอบใน Google Play Store


4.4
470 ทั้งหมด
5 77.9
4 5.3
3 5.3
2 3.1
1 8.4

จำนวนการติดตั้งทั้งหมด (*โดยประมาณ)

การประมาณจำนวนการติดตั้งทั้งหมดใน Google Play, ประมาณจากจำนวนการให้คะแนนและการติดตั้งขอบเขตที่ทำได้บน Google Play.

ความคิดเห็นล่าสุด

user
Ryan Patterson

Best app I have found so far for its purpose, however a couple issues prevent 5 star rating. When working on larger programs, debugging becomes very time-consuming without breakpoints, and the app had a tendency to crash on certain instructions or when assembling a large file all at once.

user
SharkFin

Would be really good, but the app crashes while typing certain things. Renaming a variable crashed it, typing CPY crashed it once I pressed P, and I'm sure there are plenty more I couldn't be bothered trying to find. Also you can save ask files, but can't delete or rename them. Find another app.

user
Landin Rominsky

Ran into a problem when running a program I made elsewhere: ROL does not work when addressed Indirectly to the Zero Page (ROL $56,X), completely disrupting my code as I've used it to multiply a number by two. I tried replaced it with LDA $56,X STA $56,X And it didn't work either. What's even weirder is that sometimes both indirect STA and indirect ROL will start working when testing in isolation. Other than that, the app isn't too bad

user
Emi Herlingshaw

Good app! The only thing I'd want from it is to be able to see all addresses in the debug instead of only up to 0x7ff. Maybe an option to define how many memory addresses we can see? Apart from that, very good app.

user
Adam Sporka

I loved writing in a 6502 assembly language on my phone. One thing to consider: It would be lovely to introduce some frame synchronization mechanism (like VSYNC on old computers) so that it's possible to regulate the tempo of the execution. Important for games. At any rate, thanks for the enjoyable experience :-)

user
Nerdzmasterz

Assembly 6400 is not something worth learning, but Assembly itself is NOT USELESS. Newsflash: Roller Coaster Tycoon was made in Assembly, and it still runs smooth as butter in modern devices.

user
A Google user

I downloaded a couple of asm apps around and this one is by far the best one. It features an emulator, debugger and clear documentation. The motivation of the développer seems above all to share knowledge and passion. This is a zero add app! And learning 6502 assembly is the preferred choice for all C64 lovers.

user
Graham Home

The included ebook is great, but we really need to have all the debugging tools from the online simulator to follow along. This app doesn't show internal memory values, so it's not as useful for learning assembly.