Exploiting the World's Most Powerful ARM Chip

Channel:
Subscribers:
144,000
Published on ● Video Link: https://www.youtube.com/watch?v=cjqR1kqUIMA



Duration: 0:00
12,199 views
725


Take a look at the REDMAGIC 9S Pro, with the powerful Snapdragon 8 Gen 3 Leading Version ARM SoC, a powerful performance that speaks for itself: https://bit.ly/3AZLKTe
This video takes a look at the REDMAGIC 9S Pro and its market leading SoC, one of the world's most powerful ARM chip on the market as of today: The Snapdragon 8 Gen 3 Leading Version, which clocks just a little higher than the standard Snapdragon 8 Gen 3 Chip. This SoC pushes ARM to its limits providing all the support needed to run top spec games and other programs. But just how far can this chip be pushed? I attempt to install Windows 11 (a modified version of Windows 11 called Tiny 11), push the raw computational power by emulation the Switch, and finally take a deep dive into the beating ARM heart of the device by programming the world's very first ARM assembly game. The ARM assembly was compiled with the standard Android Studio Compiler. Only the top-level GUI portion of the app was written in C, with all of the game logic and frame buffers being processed by the ARM Assembly core. The final app weighs in at 126KB, and that's about 80KB worth of image assets for the reset and joystick.

The World's First ARM Assembly Game:
https://notin.tokyo/ARMasmGame

Snapdragon 8 Gen 3 Specs:
https://www.qualcomm.com/products/mobile/snapdragon/smartphones/snapdragon-8-series-mobile-platforms/snapdragon-8-gen-3-mobile-platform

Chips and Cheese - ISA Doesn't Matter:
https://chipsandcheese.com/2021/07/13/arm-or-x86-isa-doesnt-matter/

REDMAGIC 9S Pro Specs:
https://na.redmagic.gg/pages/redmagic-9s-pro-specs

ARM Developer Documentation:
https://developer.arm.com/documentation/102404/0201/?lang=en

Market Share of Office Productivity Software:
https://www.statista.com/statistics/983299/worldwide-market-share-of-office-productivity-software/

Programming Android Apps Without Java:
   • Android WITHOUT JAVA  

Mixing C and ASM:
   • Lecture 32. Mixing C and Assembly  

Windows on ARM on Android:
https://x.com/kdrag0n/status/1492754683445669893

Winlator Frost:
https://github.com/MrPhryaNikFrosty/Winlator-Frost/releases

00:00 - Intro to Snapdragon 8 Gen 3
01:35 - The ARM Architecture and x86
04:22 - Features of the REDMAGIC 9S Pro
05:21 - Running x86 Programs on ARM
08:30 - Programming An App in ARM Assembly