Inperfect google

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

ARM chips actually go quite fast: There's a 1GHz model out at the moment I believe.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

im sure they are fast, but its a completely different arcitechture i should think, many thing probably will be either very different or very complicated.
This was supposed to be a cool signature...
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

thats where im doing my work ex. at the moment, ARM HQ in Cambridge :)
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Awesome! ARM is in fact one of the only useful tech exports this country has... (UK)
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

I have done some research and thouigh this might sound really stupid i have to ask:
What, if any, is the connection between ARM assembly and BBC BASIC and what is BBC BASIC?

I love the concept of assembly and would hate to be forced to familiarize myself with anything else.
This was supposed to be a cool signature...
User avatar
B.E
Member
Member
Posts: 275
Joined: Sat Oct 21, 2006 5:29 pm
Location: Brisbane Australia
Contact:

Post by B.E »

Zacariaz wrote:
pcmattman wrote:There's a good reason: speed.
Could you say that again? And if you honestly believe you are correct could you then explain it to me?
.
I think he means speed as in download speed, all them tab/spaces take up a bit of bandwidth.
Image
Microsoft: "let everyone run after us. We'll just INNOV~1"
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Zacariaz wrote:I have done some research and thouigh this might sound really stupid i have to ask:
What, if any, is the connection between ARM assembly and BBC BASIC and what is BBC BASIC?

I love the concept of assembly and would hate to be forced to familiarize myself with anything else.
I believe (please don't quote me on this) that ARM stemmed from the company that made the BBC computers. If you haven't heard of them possibly they weren't popular abroad - they were old "computer-in-a-keyboard" systems - Atari or commodore style. Schools and hospitals used them due to their availability and ease of use. They also shipped with a BASIC interpreter using a dialect called "BBC Basic".

When sales of BBCs fell, the company focussed on other projects until ARM where they came back into the limelight.

This is all from memory - many parts may be inaccurate.

EDIT: a quick wikipedia tour has jogged my memory.

The BBC was an 8-bit microcomputer designed and manufactured by Acorn computers. It was picked by the BBC (British Broadcasting Corporation - state TV/radio channel) as part of it's computer literacy project (essentially distributing lots of cheap computers to increase availability). Thats how so many schools etc got BBC computers (and how I know them!)

ARM was started as a joint venture between Acorn computers and Apple - hence the link between ARM and the BBC.

EDIT2: To link back to your original post - ALL chips can be programmed in assembly, including the ARM range. BASIC (yes, alright, don't fekkin flame me again about FreeBASIC, I'm sick of it!) lies in a layer well above that of assembly.
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

theres a tutorial on arm assembly at osdever.net


and back to the origional post in this topic (its very OFF topic now :)), it's to do with how fast the browser can cope with and render these elements, also if they are required or not. The simpler the webpage, (in theory) the faster it will render.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

lukem_95 wrote:theres a tutorial on arm assembly at osdever.net


and back to the origional post in this topic (its very OFF topic now :)),
Well it is general ramblings ;)
lukem_95 wrote:it's to do with how fast the browser can cope with and render these elements, also if they are required or not.
I do understand the argument that having all the html/css/javascript needed on 1 page. While this might be a speed factor, the way its structured now is not benefiting speed.
lukem_95 wrote:The simpler the webpage, (in theory) the faster it will render.
But that is excactly the point, the page arent simple at all.
This was supposed to be a cool signature...
Post Reply