RadioBanter

RadioBanter (https://www.radiobanter.com/)
-   Homebrew (https://www.radiobanter.com/homebrew/)
-   -   ARM programming? (https://www.radiobanter.com/homebrew/223214-arm-programming.html)

gareth December 10th 15 02:45 PM

ARM programming?
 
Of those _REAL_ radio amateurs who are taking up the excellent
opportunities
for homebrewing in the field of computer programming, I wonder how many are
doing it
in ARM assembler?

And of those, how many are doing it from the ground up, with no supporting
OS?






Jerry Stuckle December 10th 15 03:21 PM

ARM programming?
 
On 12/10/2015 9:45 AM, gareth wrote:
Of those _REAL_ radio amateurs who are taking up the excellent
opportunities
for homebrewing in the field of computer programming, I wonder how many are
doing it
in ARM assembler?

And of those, how many are doing it from the ground up, with no supporting
OS?


Do you also mine iron ore with a wooden stick you broke off a tree,
build a blast furnace, smelt the ore into steel to make tools, use those
tools to make machinery and that machinery to mine the copper ore you
need for your wires and the silicon for transistors?

And then do you create your own microprocessor from transistors,
capacitors and resistors you've created from above. And run it off of
batteries made of lemons and coins?

If you don't, you're not a _REAL_ radio amateur.

--
==================
Remove the "x" from my email address
Jerry, AI0K

==================

Iain Young, G7III December 10th 15 03:29 PM

ARM programming?
 
On 10/12/15 14:45, gareth wrote:
Of those _REAL_ radio amateurs who are taking up the excellent
opportunities
for homebrewing in the field of computer programming, I wonder how many are
doing it
in ARM assembler?

And of those, how many are doing it from the ground up, with no supporting
OS?


Yes. On the Beaglebone Blacks PRUSS. Real Time as well. See

https://www.febo.com/pipermail/time-...st/086396.html
and
http://hal.g7iii.net/bb_tic/

Linux is used to load the code to the onboard PRU, and further
processing of the data only, the actual Time Interval Counting is
purely in assembler.

Similar code has also been used to make a mains clock. Further code
to discipline a clock from an RF time/frequency standard will be
forthcoming once the HP3586 Selective Level Meter (Highly sensitive
HF receiver) is installed in the shack.


73s

Iain


gareth December 10th 15 03:58 PM

ARM programming?
 
"Iain Young, G7III" wrote in message
...
Linux is used to load the code


No thanks! Now that I've retired, it's time to put into practice my ideas
for language and OS design which have been festering menatally for
over 30 years!




Iain Young, G7III December 10th 15 04:44 PM

ARM programming?
 
On 10/12/15 15:58, gareth wrote:
"Iain Young, G7III" wrote in message
...
Linux is used to load the code


No thanks! Now that I've retired, it's time to put into practice my ideas
for language and OS design which have been festering menatally for
over 30 years!


Such as ? micro kernel ? real-time ? What are you planning to do
differently to existing systems ? Do you have your ideas written
down somewhere ?

I look forward to the git, svn, or even cvs repo


73s

Iain


Stephen Thomas Cole[_3_] December 10th 15 05:24 PM

ARM programming?
 
"gareth" wrote:
"Iain Young, G7III" wrote in message
...
Linux is used to load the code


No thanks! Now that I've retired


That's an interesting spelling of "unemployable".

it's time to put into practice my ideas
for language and OS design which have been festering menatally for
over 30 years!


Mentally festering, yes.

--
STC // M0TEY // twitter.com/ukradioamateur

Stephen Thomas Cole[_3_] December 10th 15 05:24 PM

ARM programming?
 
"Iain Young, G7III" wrote:
On 10/12/15 15:58, gareth wrote:
"Iain Young, G7III" wrote in message
...
Linux is used to load the code


No thanks! Now that I've retired, it's time to put into practice my ideas
for language and OS design which have been festering menatally for
over 30 years!


Such as ? micro kernel ? real-time ? What are you planning to do
differently to existing systems ? Do you have your ideas written
down somewhere ?


He's got them all scrawled in green crayon on toilet paper.

--
STC // M0TEY // twitter.com/ukradioamateur

gareth December 10th 15 06:10 PM

ARM programming?
 
"Iain Young, G7III" wrote in message
...

I look forward to the git, svn, or even cvs repo



Complete gobbledegook to me



Jim GM4DHJ ...[_2_] December 10th 15 06:31 PM

ARM programming?
 
On 10/12/2015 18:25, turdey wrote:
Stephen Thomas Cole Wrote in message:
"gareth" wrote:
"Iain Young, G7III" wrote in message
...
Linux is used to load the code

No thanks! Now that I've retired


That's an interesting spelling of "unemployable".

it's time to put into practice my ideas
for language and OS design which have been festering menatally for
over 30 years!


Mentally festering, yes.

--
STC // M0TEY // twitter.com/ukradioamateur


Go on, **** off to your new group, go on, shoo, take Reay and that
other **** with you as well..

don't beat about the bush...say what you mean ...

--
Why hide what you are in a moderated group?
No spare wheel isn't progress
The latest model is not the best
A rubber cam belt is not acceptable
Cheat through life, join the freemasons
DIGITAL doesn't work

gareth December 10th 15 06:42 PM

ARM programming?
 
"Iain Young, G7III" wrote in message
...
On 10/12/15 15:58, gareth wrote:
"Iain Young, G7III" wrote in message
...
Linux is used to load the code


No thanks! Now that I've retired, it's time to put into practice my ideas
for language and OS design which have been festering menatally for
over 30 years!


Such as ? micro kernel ? real-time ? What are you planning to do
differently to existing systems ? Do you have your ideas written
down somewhere ?


This is really a continuation of my first real job back in 1973 working for
the CEGB at
Portishead Power Station, where we were engaged on producing a multi-tasked
version of the PDP-11 BASIC ( Which, after I'd left to get married, was
morphed by
them into SWEPSPEED)

With the increasing speed of processors and hard disks, I get increasingly
impatient
with the boot dance, which for the most part is unnecessary because no
changes
to my computer happen for months at a time, so, from booting, the computer
should be up and running in about a second, all the time it should take to
download
a fixed binary image. That is the OS motivation. The design won't be
revolutionary, and probably
based on the ideas that Dave Cutler put into RSX (and latterly the VAX and
NT systems)
having myself been on the DEC RSX systems programmer course about 35 yrs
ago.

From the point of view of language development, the idea, which I am sure
has been
replicated by someone, somewhere in the world is for a language that can be
listed back
directly from the compiled code. Any source program has to be stored in some
form, usually
in ASCII of Unicode, but why cannot the representation of the source be the
compiled code
itself if unambiguous machine code sequences are stoered for such things as
WHILE, IF, etc?

This, coupled with the interface of BBC BASIC and / or FORTH so that you can
type immediate
commands from the command line ties in with the OS idea.

I started out with the CRAP language "Create Rapidly Applications Programs"
25 years ago, which as a tokenised stream
was like FORTH but with local variables, but was overtaken in its
development by the emergence of Turbo Pascal
at that tiem.

However, now retired, I've dug out all my design notes from those years and
would like to pursue now, not
on 16bit 80X86 .COM files but on ARM, probably on Raspberry PI.

Well, you did ask, and off-the-cuff I've probably missed much off.

The genesis of my interest and experience in computers is back in the days
of the PDP8 and PDP11, and my
first home-brewed CPU back in 1973 where I conceived of my own 8-but
instruction set using SSI TTL.

Computers are there to be appreciated for them themselves, and not for any
use to which they might be put!








Jim GM4DHJ ...[_2_] December 10th 15 08:00 PM

ARM programming?
 
On 10/12/2015 18:42, gareth wrote:
Computers are there to be appreciated for them themselves, and not for any
use to which they might be put!







bollox ...

--
Why hide what you are in a moderated group?
No spare wheel isn't progress
The latest model is not the best
A rubber cam belt is not acceptable
Cheat through life, join the freemasons
DIGITAL doesn't work

gareth December 10th 15 08:18 PM

ARM programming?
 
"Jim GM4DHJ ..." wrote in message
...
On 10/12/2015 18:42, gareth wrote:
Computers are there to be appreciated for them themselves, and not for
any
use to which they might be put!

bollox ...


Agreed, for computers, as the epitome of a complex machine, really are the
dog's ********.



gareth December 10th 15 08:20 PM

ARM programming?
 

"Mike Tomlinson" wrote in message
...

On 10/12/15 15:58, gareth wrote:


for language and OS design which have been festering menatally for
over 30 years!


Oh, look, more vapourware. And that's not the only thing that's been
festering for 30 years. Your pointy little head must be about to
explode with all the poison and bile that's been brewing in there all
that time.

malicious crosspost to rrah removed.

Highly amusing to see the sour grapes in here today from Evans, Hambo,
Spuke, etc.

--
(\_/) Tyson Fury: #homophobe #bigot #throwback #missinglink
(='.'=) #neanderthal #misogynist #redneck #dickhead
(")_(")




gareth December 10th 15 08:20 PM

ARM programming?
 

"Mike Tomlinson" wrote in message
...

"gareth" wrote:


Complete gobbledegook to me


No surprise there. They're ways of collaboratively version managing and
sharing code. That would be complete anathema to a selfish old ****
like you, Evans, so little wonder you're unaware of the concept.

[malicious crosspost removed]

--
(\_/) Tyson Fury: #homophobe #bigot #throwback #missinglink
(='.'=) #neanderthal #misogynist #redneck #dickhead
(")_(")




gareth December 11th 15 11:09 AM

ARM programming?
 

"Mike Tomlinson" wrote in message
...
En el artículo , FranK Turner-Smith
G3VKI escribió:

I thought it was dicKs that were upstanding in the presence of a ****.


You mean Beanie gets wood when he sees himself in the mirror?

--
(\_/) Tyson Fury: #homophobe #bigot #throwback #missinglink
(='.'=) #neanderthal #misogynist #redneck #dickhead
(")_(")




turdey April 8th 17 02:25 PM

ARM programming?
 
Stephen Thomas Cole Wrote in message:
"gareth" wrote:
"Iain Young, G7III" wrote in message
...

I look forward to the git, svn, or even cvs repo



Complete gobbledegook to me


That's no surprise whatsoever.

--
STC // M0TEY // twitter.com/ukradioamateur


Is Reay still trying to teach you Maths?
--


----Android NewsGroup Reader----
http://usenet.sinaapp.com/

Rambo April 8th 17 02:25 PM

ARM programming?
 
turdey Wrote in message:
Stephen Thomas Cole Wrote in message:
"gareth" wrote:
"Iain Young, G7III" wrote in message
...
Linux is used to load the code

No thanks! Now that I've retired


That's an interesting spelling of "unemployable".

it's time to put into practice my ideas
for language and OS design which have been festering menatally for
over 30 years!


Mentally festering, yes.

--
STC // M0TEY // twitter.com/ukradioamateur


Go on, **** off to your new group, go on, shoo, take Reay and that
other **** with you as well..
--


----Android NewsGroup Reader----
http://usenet.sinaapp.com/


Do wishes come true?
--


All times are GMT +1. The time now is 06:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
RadioBanter.com