![]() |
|
[Poll] ARM Assembly Series? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Assembly (https://sinister.ly/Forum-Assembly) +--- Thread: [Poll] ARM Assembly Series? (/Thread-Poll-ARM-Assembly-Series) |
[Poll] ARM Assembly Series? - phyrrus9 - 01-19-2018 While I was talking to a couple members about the CYFA series, it seems I lost a few people, so for now I'm going to take a break from that and write up a refresher thread so that I can get you guys back. In the mean time, I'm considering doing a very comprehensive ARM assembly series. Probably only a few mid-long installments that cover
RE: [Poll] ARM Assembly Series? - Blink - 01-19-2018 I'm interested! I'm not very familiar with ARM, so this should be nice. RE: [Poll] ARM Assembly Series? - phyrrus9 - 01-23-2018 Bumping this, want to get a few more than 3 votes in the poll before I commit to this series RE: [Poll] ARM Assembly Series? - Pikami - 01-23-2018 I would love to learn ARM assembly, raspberry pi has an ARM cpu so it would be cool to write something on that in ARM. RE: [Poll] ARM Assembly Series? - phyrrus9 - 01-23-2018 (01-23-2018, 07:14 PM)Pikami Wrote: I would love to learn ARM assembly, raspberry pi has an ARM cpu so it would be cool to write something on that in ARM. Specifically, it has an ARM11TDMI-JZFS cpu, which means it supports all the novel things like having a java runtime implemented in hardware (you can run java code without even having an operating system installed) Code: BXJ java_program_mainBranch (jump) Exchange instruction set (clear the pipeline) Switch to Jazelle (Java) execution mode RE: [Poll] ARM Assembly Series? - Pikami - 01-23-2018 (01-23-2018, 08:16 PM)phyrrus9 Wrote: Specifically, it has an ARM11TDMI-JZFS cpu, which means it supports all the novel things like having a java runtime implemented in hardware (you can run java code without even having an operating system installed) My mind is blown... I didn't know that, thanks for the info. P.S. Java is shit. RE: [Poll] ARM Assembly Series? - phyrrus9 - 01-23-2018 (01-23-2018, 08:27 PM)Pikami Wrote: P.S. Java is shit. Oh, I totally agree, it was just an example of the lengths that ARM will go to make the greatest CPUs the world has ever seen. They even implemented the worlds most inefficient programming language in such a way that it would run efficiently. |