6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun Nov 24, 2024 3:50 am

All times are UTC




Post new topic Reply to topic  [ 88 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
PostPosted: Fri Feb 10, 2017 7:50 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8514
Location: Midwestern USA
Dr Jefyll wrote:
A lot of my keystrokes are backspace.

Increasingly, that's the case with me. If the backspaces and deletes counted as CPM I would be up around 400+. :lol:

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Fri Feb 10, 2017 7:55 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10986
Location: England
KC9UDX wrote:
Because you, like me, and everyone else, are unfortunately rigidly accustomed to base 10 maths. :)


Every base is base 10!


Top
 Profile  
Reply with quote  
PostPosted: Fri Feb 10, 2017 8:21 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8514
Location: Midwestern USA
KC9UDX wrote:
Because you, like me, and everyone else, are unfortunately rigidly accustomed to base 10 maths. :)

Must be because most of us have 10 fingers.

Actually, in data communications the 10 more often than not has to do with the long-standing TIA-232/TIA-422/TIA-485 data format of 8N1, eight data bits, no parity and one stop bit. Since there is always a start bit involved, 10 bits are transmitted per byte. So an interface running at 115,200 bits per second (bps) has a theoretical throughput of 11,520 bytes per second (BPS). Also, to be pedantic, baud is not bits per second. Baud refers to the signaling or "symbol" rate on the wire, not the bit rate. In the early days, the two were one and the same, but parted company following the development of the Bell 103/212A standard for modems.

BTW, most long-time assembly language programmers are not "rigidly accustomed" to working in base-10. Hexadecimal is the lingua franca of much assembly language.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Fri Feb 10, 2017 8:30 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10986
Location: England
I have caught myself out a couple of times, thinking that 80 is half of 100, which of course it is in hex, but not in decimal. So, as they say, you can get used to anything. (It's a bit like driving on the wrong side of the road, it's relatively easy, but there's a danger of demagnetising yourself and not being quite sure.)


Top
 Profile  
Reply with quote  
PostPosted: Fri Feb 10, 2017 11:38 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8514
Location: Midwestern USA
BigEd wrote:
(It's a bit like driving on the wrong side of the road, it's relatively easy, but there's a danger of demagnetising yourself and not being quite sure.)

Every time I have visited the UK I have faced death trying to drive. :D

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Sat Feb 11, 2017 8:28 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10986
Location: England
I think traffic is a bit more lively on this side of the Atlantic - driving in Italy is my most extreme experience. But then, it's a relatively limited experience.

To get back to wifi modems - I've just posted the follow up to my radio broadcasting challenge:
viewtopic.php?f=1&t=4411


Top
 Profile  
Reply with quote  
PostPosted: Sat Feb 11, 2017 2:50 pm 
Offline
User avatar

Joined: Sat Dec 07, 2013 4:32 pm
Posts: 246
Location: The Kettle Moraine
Anywhere I've been in Italy is pretty tame compared to larger cities here. But nothing here holds a candle to Shanghai.

BigEd, I think you misspelt licence. :)


Top
 Profile  
Reply with quote  
 Post subject: OT: license vs. licence
PostPosted: Sat Feb 11, 2017 4:28 pm 
Offline

Joined: Sat Jul 28, 2012 11:41 am
Posts: 442
Location: Wiesbaden, Germany
KC9UDX wrote:
BigEd, I think you misspelt licence. :)


Ed, you're not allowed to use american english! At least one american is offended... :shock:

_________________
6502 sources on GitHub: https://github.com/Klaus2m5


Top
 Profile  
Reply with quote  
PostPosted: Sat Feb 11, 2017 4:38 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8514
Location: Midwestern USA
Klaus2m5 wrote:
KC9UDX wrote:
BigEd, I think you misspelt licence. :)


Ed, you're not allowed to use american english! At least one american is offended... :shock:

No offence here, just abject confusion! :D

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Sat Feb 11, 2017 5:55 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10986
Location: England
Sorry about the spelling. Must have been feeling a bit off-color.


Top
 Profile  
Reply with quote  
PostPosted: Sat Feb 11, 2017 9:47 pm 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3367
Location: Ontario, Canada
Oh! -- right: color / colour.

I had a feeling you were being humourous. :wink: Even so, it took me a moment...

_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html


Top
 Profile  
Reply with quote  
PostPosted: Sun Feb 12, 2017 1:47 am 
Offline

Joined: Sun Jul 28, 2013 12:59 am
Posts: 235
BigDumbDinosaur wrote:
KC9UDX wrote:
Because you, like me, and everyone else, are unfortunately rigidly accustomed to base 10 maths. :)

Must be because most of us have 10 fingers.

Except those who are working in negabinary (base -2). Hard to have a negative number of fingers, but it's a fun base to work with for basic math.

BigDumbDinosaur wrote:
BTW, most long-time assembly language programmers are not "rigidly accustomed" to working in base-10. Hexadecimal is the lingua franca of much assembly language.

Which is somewhat affected by the bit-width of the computers that they use most often. 36-bit machines tend to be better suited to octal, for example.

And this leaves aside the heavily octal nature of 6502 opcodes. Yes, you have to bit-reverse them for it to really show up, but it's plainly obvious once you do. Or you could look at the SPC700 instruction set. I seem to recall that it is suspiciously similar to the 6502 ('c02?) in terms of semantics, but with the instruction bitfields shuffled around and the official mnemonics altered to disguise the fact.


Top
 Profile  
Reply with quote  
PostPosted: Sun Feb 12, 2017 1:56 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8514
Location: Midwestern USA
Dr Jefyll wrote:
Oh! -- right: color / colour.

I had a feeling you were being humourous. :wink: Even so, it took me a moment...

This color/colour difference always reminds me of a "conflict" in the USA during the 19th century concerning the proper word to be used to refer to the location where one goes to meet a train. One group liked the word "station" and another liked "depot." The first group objected to the second group's preference, saying that "station" was proper English and "depot," being a French word (dépôt), was not, and how dare anyone inject those nasty French words into the king's English. There was a big writeup about it in the magazine Locomotive, in which the magazine's editor sided with the "station" group.

In exploring the etymology of "station," it turns out that it is derived from Anglo-French estation, which morphed into Middle English stacioun. The first known use of "station" as we now spell it was in the late 17th century and early in British railway history, train stations were called stations, not depots (my guess is some 19th century Britons also objected to French words).

So neither group would have been able to eliminate any French from the name of the place where you go to catch your morning train to get to work. :D

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Sun Feb 12, 2017 1:58 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8514
Location: Midwestern USA
nyef wrote:
BigDumbDinosaur wrote:
BTW, most long-time assembly language programmers are not "rigidly accustomed" to working in base-10. Hexadecimal is the lingua franca of much assembly language.

Which is somewhat affected by the bit-width of the computers that they use most often. 36-bit machines tend to be better suited to octal, for example.

Which is why much of UNIX (and Linux) has historical ties to octal notation.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Wed Feb 15, 2017 8:24 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10986
Location: England
I'm going off-topic again, but I think we have one or two radio enthusiasts on the thread: here's a Ladybird book from 1972, with a charming but serious and thorough explanation of "how to build a transistor radio" - for children, but not only for children.
Two online copies of the book, here and here.
Via this writeup on Hackaday: Books you should read: Making a transistor radio. From the comments, it seems quite a few people got started with this book.

Image


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 88 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 58 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: