Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: I started with...:

by BrowserUk (Patriarch)
on Apr 24, 2006 at 05:57 UTC ( [id://545216]=note: print w/replies, xml ) Need Help??


in reply to I started with...:

1971, TOPS-10 BASIC (BASIC-10) and BBCX.

The latter was a pseudo-assembler, actually written in BASIC (by my teacher), as a part of the then experimental curriculum for the first computer science national certificate (CSE) to be taught in UK schools. I think the name reflected the idea that the course was going to be backed by a series of BBC "Programmes for Schools" radio broadcasts, but I don't recall ever hearing any of them.

It simulated a processor that had 1 8-bit accumulator register, 1 flags register, a program counter and 32767 memory addresses. It had a fairly limited set of instructions:

  • GET n -- load the accumulator with the value stored in memory location n (or a constant).
  • PUT n -- store the value from the accumulator to memory location n (or a constant).
  • ADD n -- Add the value from m.l. n (or a constant) to the accumulator.
  • TST n -- Set the flags to reflect the result as if n (constant or memory) had been subtracted from the accumulator.
  • JMP n -- Set the program counter to n.
  • CALL n -- call the subroutine located at address n.
  • ... etc.

It was a PIA to program, but very instructional. It certainly achieved it's aim of giving you a very good understanding of what was going on at the machine level. My first "big project" was to implement integer square root using the Newton method. It took me 3 weeks, though most of that was spent waiting for the twice weekly turnaround of coding sheets.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^2: I started with...:
by Anonymous Monk on Apr 03, 2020 at 18:38 UTC
    i also started with BBCX on an ASR33 linked to HATFIELD POLY 1972 , I Wrote a GOLF game in it as part of my CSE course, Then BASIC and on to Fortran. I'll never forget the noise and smell of hot oil of that teletype as i coded i was hooked.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://545216]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found