Email or username:

Password:

Forgot your password?
4 posts total
Mark Moxon

My project to document #Elite on the #Commodore64 is now complete. I hope you enjoyed it!

It's time for a Christmas break now, but I'll be back with the Apple II version in the new year.

In the meantime, here's the finished #C64 site for you to explore:

elite.bbcelite.com/c64/

#retrocomputing #retrogaming #8bit

Mark Moxon

I gave a talk on Elite at hack::soho earlier in the year, and the video’s now available on YouTube. It's a whirlwind tour of three fascinating aspects of Elite: procedural generation, 3D maths and the split screen.

Gosh, I talk quickly when I’m having fun! 🤣 I hope you like it.

youtu.be/J10vYqqE6oI?si=sOMLmM

#retrocomputing #retrogaming #bbcmicro #elite #8bit

Pxl Phile

@markmoxon that talk was great, thank you. 👏🏾

It led me a rabbit hole of sorts f.i. the one for Minsky circles. 😅

Mark Moxon

Last week I released fully documented source code for Elite on the Commodore 64.

I've now added this version to my elite.bbcelite.com website, where the source code is syntax-coloured, cross-referenced, indexed and categorised.

It fits in nicely with the seven other Elite sources on there!

My next task is to write about 10 deep dives into the unique aspects of C64 Elite, linking to the relevant bits of code on the website so you can follow along.

Then I'll move on to the Apple II version, which is the only version of 6502 Elite that I haven't yet analysed.

Going for the full house! 🙂

#retrocomputing #retrogaming #8bit #commodore64 #c64 #elite

Last week I released fully documented source code for Elite on the Commodore 64.

I've now added this version to my elite.bbcelite.com website, where the source code is syntax-coloured, cross-referenced, indexed and categorised.

It fits in nicely with the seven other Elite sources on there!

My next task is to write about 10 deep dives into the unique aspects of C64 Elite, linking to the relevant bits of code on the website so you can follow along.

geoffl

@markmoxon Then you're moving on to the Z80 versions, right? 😁

marksemczyszyn

@markmoxon Quick one. Didn’t Jez San help B&B with the 64 version and the log lookup tables suggestion? Or am I misremembering something I read somewhere?

Mark Moxon

I'm really proud to present my fully documented source code for Elite on the Commodore 64.

This is the original 1985 source, recently released by Ian Bell, with every single line of code explained.

It’s a thing of beauty. Enjoy!

github.com/markmoxon/elite-sou

#retrocomputing #retrogaming #8bit #C64 #Commodore64 #Elite

Show previous comments
Tony West

@markmoxon I played Elite on a Sinclair ZX Spectrum. Loved it. Posts like this are making me look at getting Elite Dangerous & reliving those days.

dbolli

@markmoxon Great work 👍 🥰
I like BeebAsm but cc65 which includes ca65 6502 assembler is also good.
github.com/cc65/cc65

dbolli

@markmoxon Also BeebDis which dissasembles 6502 .bin files into BeebAsm format .asm files.
github.com/prime6809/BeebDis

Go Up