| |
Nova
Registered: Jun 2012 Posts: 13 |
Why wont it let me LOAD....
Screw it,
If i had solved my problem you would all have had to
watch 36 fucking parts of Retroholica by genesis project at X2012 so i guess there is a higher purpose to not letting me irq load with on the fly decompression...
I thought i saw the light when i discovered the
Plushsqueezer V2 and integrated that loader in several
of my unfinished demos but it keeps fucking up some of my stable interupts, not all and i cant see a pattern and i have kind of given up.
I am not a multi platform programer, i love oldschool coding on the 6502 but if you ask me to compile something in a linux environment or some weird C++ cross platform compiling there is just no way, and since life still gets in the way i will most likely give up because there are more fun things to do then failing at compiling a loader with on the fly decompression for a 35 year old fucking computer !!
I managed to compile Dreamload with just the "normal" unpacked irq loading and it worked great but diskspace will soon be an issue..
Could someone please come up with a guide for compiling
both the Krill and Dreamload loaders with decompression and flip disk options in a Windows 7 64bit enviroment..
Sincerly yours:
Nova. |
|
... 58 posts hidden. Click here to view all posts.... |
| |
Martin Piper
Registered: Nov 2007 Posts: 722 |
Quote: Quoting Martin PiperThat explains why some people are amazed how I can write stuff which compiles at the end without using code completion. Quoting Martin PiperJust because I can translate assembler into hex or decimal, doesn't mean I should do it for large projects. :) I can't quite follow this argument. Seems a bit non-sequitur to me, or some kind of oblique straw-man, perhaps. :)
It's about tool usage and efficiency. |
| |
Golara Account closed
Registered: Jan 2018 Posts: 212 |
Quote: It's about tool usage and efficiency.
it's all in the wrist |
| |
soci
Registered: Sep 2003 Posts: 480 |
Quote: it's all in the wrist
And that's how the discussions went off the rails... |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
Interesting talk of Ninja about Makefile's and version control: https://youtu.be/po9IY5Kf0Mo?t=3485 (this is about 7 years old) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
Quote:it's all in the wrist
its called WURST!!! |
| |
mhindsbo
Registered: Dec 2014 Posts: 51 |
It's inevitable. We all belong to the generation of ultimate control and I used to think the same about C (or any high level language) as expressed towards IDE's.
I'm sure car tinkerers think the same about automated diagnostic tools and computer controlled injection, etc. In the end it is about productivity as said above. You could write everything in assembler, but you wouldn't accomplish much.
Soon we will probably have AI helping us code and we will be at yet another abstraction layer. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
Quote:Soon we will probably have AI helping us code
and even more dumb "coders" :) |
| |
Golara Account closed
Registered: Jan 2018 Posts: 212 |
Quote: It's inevitable. We all belong to the generation of ultimate control and I used to think the same about C (or any high level language) as expressed towards IDE's.
I'm sure car tinkerers think the same about automated diagnostic tools and computer controlled injection, etc. In the end it is about productivity as said above. You could write everything in assembler, but you wouldn't accomplish much.
Soon we will probably have AI helping us code and we will be at yet another abstraction layer.
I get what you're saying, but what I am saying (maybe Groepaz and Krill too, but I'm not gonna talk for them) is that I work fine without these tools. The one thing I like in the IDEs is that you can look up a definition of something (very useful in corporate shit code where everything is abstracted in classes and spread across 10 files), but somehow I can live even without that.
It might be an unhealthy obsession, but I like my programs small and fast. If I have to stare on the Visual Studio splash screen for 5 seconds and then wait for it to wake up when you press the compile button, it just annoys me. In my editor I can look for text (and regular expressions) in all files which is enough for me. At work I often work over slow SSH (because the code is huge and it compiles on some beast machine in the middle of fucking nowhere) so it's faster to just grep than look through the files on slow network (btw, sshfs on linux rulez, network dirs are allways "different" on windows and you can't even open CMD in them hahaha)
Btw. I'm only 23, so I don't belong to any "C" generation, it's not nostalgia or any other crap, it just works for me very well and I recommend others what I think is good. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
+1 :) i hardly ever use those fancy search features in IDEs either - grep is awesome :) |
| |
ChristopherJam
Registered: Aug 2004 Posts: 1409 |
Well, image conversion already involves backtracking and optimisation for some of the more esoteric modes, and I gather some of the audio codecs might be heading towards incorporating some neural network tech.
So yeah, AI driven code generation probably isn't far off at all.
I'm probably still going to be using VIM to write cost metrics for the AI, mind ;-) |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 - Next |