Live data from Hacker News

Wozmon for x86-64

github.com

11–20 of 32 posts

Re: Wozmon for x86-64

#11
post #5

Read the readme, consider myself a mostly-not-total-idiot. Would buy author a beer to add a whole two sentences to illuminate what wozman is. If it's just that niche and I'm ignorant feel free to ignore me.

Ben Eater has a number of very informative videos on Wozmon on YouTube - what it is, how it works and and getting it to work on a home built 6502 machine, literally stepping through the assembly:

Running Apple 1 software on a breadboard computer (Wozmon) https://www.youtube.com/watch?v=HlLCtjJzHVI

How Wozniak’s code for the Apple 1 works: https://www.youtube.com/watch?v=SpG8rgI7Hec

Adapting WozMon for the breadboard 6502 https://www.youtube.com/watch?v=7M8LvMtdcgY

Re: Wozmon for x86-64

#12
post #5

Read the readme, consider myself a mostly-not-total-idiot. Would buy author a beer to add a whole two sentences to illuminate what wozman is. If it's just that niche and I'm ignorant feel free to ignore me.

It's a monitor by Steve (woz)niak.

Self explanatory really!

Re: Wozmon for x86-64

#13
post #8
post #5

Read the readme, consider myself a mostly-not-total-idiot. Would buy author a beer to add a whole two sentences to illuminate what wozman is. If it's just that niche and I'm ignorant feel free to ignore me.

This might be helpful… https://www.youtube.com/watch?v=SpG8rgI7Hec I find it a little weird that these comments always come up on hackernews… if you type "wozmon" in your URL bar and hit enter to search, pretty much _all_ the results are pertinent and helpful.

[dead]

Re: Wozmon for x86-64

#16

I understand what this is. What I don't understand is what is the purpose of doing it.

fun?

That was the primary reason - a fun weekend project converting 6502 Assembly to x86-64 line by line. The x86-64 version comes in at a 384-byte binary due to instructions being a bit longer.

Re: Wozmon for x86-64

#18
post #5

Read the readme, consider myself a mostly-not-total-idiot. Would buy author a beer to add a whole two sentences to illuminate what wozman is. If it's just that niche and I'm ignorant feel free to ignore me.

Good point! I've added some text about wozmon to the README.

Re: Wozmon for x86-64

#19
post #7
post #5

Read the readme, consider myself a mostly-not-total-idiot. Would buy author a beer to add a whole two sentences to illuminate what wozman is. If it's just that niche and I'm ignorant feel free to ignore me.

It's the boot ROM that came with the Apple I. It was pretty big for the time given that in those days, computers didn't come with flash, so you had to bootstrap programs with dip switches and the like. The Apple I came with wozmon on ROM, which provided a (VERY) minimal prompt to edit/view memory and run programs from it.

> so you had to bootstrap programs with dip switches and the like

For more on this, check out this amazing series of videos from deramp5113 about the Altair 8800: https://www.youtube.com/playlist?list=PLB3mwSROoJ4KLWM8KwK0c...

(Also available on archive.org: https://archive.org/search?query=altair+8800&sort=title&and%... )

Post reply on HN