65c816 (opinionated) assembler showdown
- BitWise
- In Memoriam
- Posts: 996
- Joined: 02 Mar 2004
- Location: Berkshire, UK
- Contact:
Re: 65c816 (opinionated) assembler showdown
There are some interesting videos on YouTube by 'Uncle' Bob Martin on how programmers have changed.
In the early days the machines were more expensive than the people so you put experienced staff on the team who understood the problem they were trying to solve.
Now the people are the expensive part so you use cheap people with little or no experience and if possible off shore them.
You use languages that do all the hard memory management for them, generic collections instead of designing the 'right' data structure and frameworks to speed them up. Developers write new versions of the same tools rather than fix or extend the original -- I've seen Java code with four different logging libraries in it.
What really gets my goat is how everyone wants to use the latest, greatest web tools even when they aren't creating a web application, but I guess its what they were taught at University.
In the early days the machines were more expensive than the people so you put experienced staff on the team who understood the problem they were trying to solve.
Now the people are the expensive part so you use cheap people with little or no experience and if possible off shore them.
You use languages that do all the hard memory management for them, generic collections instead of designing the 'right' data structure and frameworks to speed them up. Developers write new versions of the same tools rather than fix or extend the original -- I've seen Java code with four different logging libraries in it.
What really gets my goat is how everyone wants to use the latest, greatest web tools even when they aren't creating a web application, but I guess its what they were taught at University.
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
Re: 65c816 (opinionated) assembler showdown
At this point (having proven that I am an obstinate old fool to some) I would like to conclude my grumbling.
I labeled this thread opinionated because I was pretty sure I was going to be questioned about my choices. I certainly do not mean to put anyone - or their hard work - down. If some language or environment suits you - great. If I choose not to use it - even though you think it's wonderful - don't worry about it. I am not trying to convert anyone - and do not wish to be converted. I am happy to listen and maybe learn, but I will also speak out about how I feel.
I just don't want any headaches or unpleasantness in my work with old CPUs. That's all.
An important criterion for me is being able to recreate my development environment even if I take a break of a couple of years. Much of my tooling from a few years ago is gone. Xilinx has gone through two iterations of development tools, wiping out my ability to address low-level map files with tools I wrote. Dealing with non-free software is like that - marketing wants the new version, let's kill the old version. Dealing with free software means sifting through piles of mostly unusable code.
I do not enjoy playing sysadmin, and if maintaining a system starts using up a noticeable percentage of time or require taking days off my work, out it goes. As I get older I trust my intuition about this.
My goal here is to program like it's 1984 - using incredible hardware and avoiding awful (or otherwise impractical - as I see it) software.
And so, I will put on my happy face and try my best not to complain.
I labeled this thread opinionated because I was pretty sure I was going to be questioned about my choices. I certainly do not mean to put anyone - or their hard work - down. If some language or environment suits you - great. If I choose not to use it - even though you think it's wonderful - don't worry about it. I am not trying to convert anyone - and do not wish to be converted. I am happy to listen and maybe learn, but I will also speak out about how I feel.
I just don't want any headaches or unpleasantness in my work with old CPUs. That's all.
An important criterion for me is being able to recreate my development environment even if I take a break of a couple of years. Much of my tooling from a few years ago is gone. Xilinx has gone through two iterations of development tools, wiping out my ability to address low-level map files with tools I wrote. Dealing with non-free software is like that - marketing wants the new version, let's kill the old version. Dealing with free software means sifting through piles of mostly unusable code.
I do not enjoy playing sysadmin, and if maintaining a system starts using up a noticeable percentage of time or require taking days off my work, out it goes. As I get older I trust my intuition about this.
My goal here is to program like it's 1984 - using incredible hardware and avoiding awful (or otherwise impractical - as I see it) software.
And so, I will put on my happy face and try my best not to complain.
In theory, there is no difference between theory and practice. In practice, there is. ...Jan van de Snepscheut
Re: 65c816 (opinionated) assembler showdown
enso wrote:
I think my point was that using a young (and inherently flawed) infrastructure that encourages mass participation as an application platform is a bad idea. Shame on you....
J'accuse, Guido!
J'accuse, Guido!
For a couple of decades I've been a professional developer producing such applications, and a hobbiest programmer for much longer. Currently, Python is one of the best platforms for doing this. Using that platform doesn't guarantee that you'll produce an application meeting the kind of requirements you're asking for, but it does make it easier, if you know how to use the tools and have the desire to produce a reliable application.
Dismissing tools because you don't know how to use them and haven't seen them used well doesn't make a lot of sense to me. I'd say anybody these days who's trying to produce (relatively) simple command-line applications with a low-level language such as C instead of a higher-level language such as Python would be the one being irresponsible; given skills in both and the same number of hours to build the app you'll without question produce a much higher quality application (with fewer bugs, fewer problems with installs or breakages of installed applications, and fewer problems with differences between platforms) in Python over C.
I expect some people will remain unconvinced; all I can do is suggest spending enough time to learn a higher-level language and its ecosystem and produce an application acting the way you want it to act and with the level of reliability and failure-resistance you want, rather than assuming because other people don't know how to write a reliable application in any language, but they chose Python in which to fail, that Python is worse than C.
Curt J. Sampson - github.com/0cjs
Re: 65c816 (opinionated) assembler showdown
(This feels a little bit repetitive: let's not argue. There are different viewpoints, different experiences, and different tradeoffs.)
- BigDumbDinosaur
- Posts: 9425
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: 65c816 (opinionated) assembler showdown
BigEd wrote:
If the number of software engineers doubles every year - as it has done in the past, I think - then fully half the engineers have very little experience.
x86? We ain't got no x86. We don't NEED no stinking x86!
Re: 65c816 (opinionated) assembler showdown
BigEd wrote:
If the number of software engineers doubles every year - as it has done in the past, I think - then fully half the engineers have very little experience.
Or one way I see it, is that it's a bit like TV channels - the overall quality is proportional to 1/channels ... So when we just had "The BBC" all was well. It went downhill from then on..
(Take this with a pinch of a
Cheers,
-Gordon
(edit to fix the quoting)
Last edited by drogon on Mon May 18, 2020 6:35 am, edited 1 time in total.
--
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/
Re: 65c816 (opinionated) assembler showdown
In other words, every year, half the software engineers start with zero experience. After a short period of time, let's call it T, the amount of experience they have doubles, and continues to double thereafter 
In theory, there is no difference between theory and practice. In practice, there is. ...Jan van de Snepscheut
Re: 65c816 (opinionated) assembler showdown
enso wrote:
In other words, every year, half the software engineers start with zero experience. After a short period of time, let's call it T, the amount of experience they have doubles, and continues to double thereafter 
Re: 65c816 (opinionated) assembler showdown
According to BigEd's law:
Quality_of_code = 1 / (size_of_code)
Yes, this has something...
Quality_of_code = 1 / (size_of_code)
Yes, this has something...
-
walter.preuninger
- Posts: 15
- Joined: 30 Apr 2018
Re: 65c816 (opinionated) assembler showdown
enso wrote:
[Highly opinionated opinion is opined below. No offense is intended. This is my explanation of why I do not care for python, java and the like. If you like them, you are probably smarter and more patient than I am. Permission to speak frankly. Peace!]
Walter
Re: 65c816 (opinionated) assembler showdown
Am I the only one here that uses Kowalski Assembler/simulator?
Is there some downside to it that I'm missing? I am, probably compared to most here, a novice assembly programmer, so it's possible.
For me, what's not to love!?!
Decent editor.
The real-time help window greatly accelerated my learning curve
The simulator is almost like having a real-time debugger. Super handy.
As for the actual assembler, I'm not sure (I'm a novice) what could differentiate it from others. It either works or out doesn't, right?
I have yet to explore using macros, so perhaps that's where the good and bad are divided.
Am I missing something?
Is there some downside to it that I'm missing? I am, probably compared to most here, a novice assembly programmer, so it's possible.
For me, what's not to love!?!
Decent editor.
The real-time help window greatly accelerated my learning curve
The simulator is almost like having a real-time debugger. Super handy.
As for the actual assembler, I'm not sure (I'm a novice) what could differentiate it from others. It either works or out doesn't, right?
I have yet to explore using macros, so perhaps that's where the good and bad are divided.
Am I missing something?
Re: 65c816 (opinionated) assembler showdown
It certainly has its adherents, and as you say, it works!
Two things spring to mind: it's for Windows, and it's a GUI application. So if (for example) I preferred to work on the command line, and don't use Windows, that makes it less attractive to me.
Two things spring to mind: it's for Windows, and it's a GUI application. So if (for example) I preferred to work on the command line, and don't use Windows, that makes it less attractive to me.
- BigDumbDinosaur
- Posts: 9425
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: 65c816 (opinionated) assembler showdown
Dan Moos wrote:
Am I the only one here that uses Kowalski Assembler/simulator?
I don't like Windows and am not a GUI-oriented sort, so I went to the trouble to learn all the keystrokes that control the editor and assembler. Less time with a hand on the mouse means more time to type in code.
Quote:
I have yet to explore using macros, so perhaps that's where the good and bad are divided.
x86? We ain't got no x86. We don't NEED no stinking x86!
- GARTHWILSON
- Forum Moderator
- Posts: 8773
- Joined: 30 Aug 2002
- Location: Southern California
- Contact:
Re: 65c816 (opinionated) assembler showdown
Dan Moos wrote:
As for the actual assembler, I'm not sure (I'm a novice) what could differentiate it from others. It either works or out doesn't, right?
I seem to find bugs in all the software I use. In good software, they should be minor though. I used a metacompiler 30 years ago that had more than just bugs though. It seemed ok at the beginning, but as the source code got toward 10,000 lines, what started showing up resembled sinkholes, not just bugs. Outside of that though, it's nice when an assembler yields some nice features you might not have expected, and it's a pain if it puts unwanted limitations on how you can do things, or unwanted requirements on how you have to do them.
Quote:
I have yet to explore using macros, so perhaps that's where the good and bad are divided.
In what way?
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
Re: 65c816 (opinionated) assembler showdown
Dan Moos wrote:
Decent editor.
Despite what folks here say, assembler syntax is a pretty easy change. On the other hand, if you spent more than an eighth of a second figuring out how to move to another location, nay, if you even had to think about how to move to another location, you're being crippled by that editor. One thinks about where one wants to be, and you are there immediately, without being able to explain what commands you used to get there. That's when you and the editor are one, and why truly efficient programmers dont' use IDEs (or only program in one language with one IDE).
Curt J. Sampson - github.com/0cjs