Login Register
Poll: Do you want an ARM assembly series
You do not have permission to vote in this poll.
Yes
100.00%
8 100.00%
No
0%
0 0%
Total 8 vote(s) 100%
* You voted for this item. [Show Results]



[Poll] ARM Assembly Series? filter_list
Author
Message
[Poll] ARM Assembly Series? #1
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
  1. How assembly works, and how to format your code
  2. Writing basic programs in ARM
  3. Pseudocoding and flowcharting your project, and then translating those to assembly
  4. Writing ARM optimized code
So, let me know, would you guys be interested in a series like that?

Reply

RE: [Poll] ARM Assembly Series? #2
I'm interested!

I'm not very familiar with ARM, so this should be nice.


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.

Reply

RE: [Poll] ARM Assembly Series? #3
Bumping this, want to get a few more than 3 votes in the poll before I commit to this series

Reply

RE: [Poll] ARM Assembly Series? #4
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.

Reply

RE: [Poll] ARM Assembly Series? #5
(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_main
means
Branch (jump)
Exchange instruction set (clear the pipeline)
Switch to Jazelle (Java) execution mode

Reply

RE: [Poll] ARM Assembly Series? #6
(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)
Code:
BXJ java_program_main
means
Branch (jump)
Exchange instruction set (clear the pipeline)
Switch to Jazelle (Java) execution mode

My mind is blown...
I didn't know that, thanks for the info.

P.S. Java is shit.

Reply

RE: [Poll] ARM Assembly Series? #7
(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.

[+] 1 user Likes phyrrus9's post
Reply







Users browsing this thread: 1 Guest(s)