Skip to content

pagetable.com

Some Assembly Required

  • About

The Commodore Modem/1200 (Model 1670)

2022-03-05 by Michael Steil

The Commodore 1670, also known as the “Modem/1200”, is Commodore’s first Hayes-compatible modem: It connects directly to the phone line and supports pulse and tone dialing for 1200 and 300 baud duplex connections. There were two revisions, the original 1670 and the “new” 1670, a.k.a. CR-1670. (The unit in this article is the later revision.) read more

Categories Archeology, C64, Commodore, Literature, Modem 2 Comments

The Commodore Modem/300 (Model 1660)

2022-03-02 by Michael Steil

The Commodore 1660, also known as the “Modem/300”, is Commodore’s first full-featured modem: It connects directly to the phone line and supports pulse and tone dialing for 300 baud duplex connections. read more

Categories Archeology, C64, Commodore, Literature, Modem 3 Comments

Announcing CCGMS Future 0.1

2022-02-25 by Michael Steil

The CCGMS Terminal Program for the Commodore 64 is maintained again, and there is a new version: CCGMS Future 0.1, with bug fixes and new features. read more

Categories 6502, C64, Commodore, GitHub 2 Comments

Free Joystick Extension Cable to Build Your DB9 Competition Pro

2022-02-02 by Michael Steil

This article explains how to convert a “Competition Pro Extra USB” (which you can still buy new) to work with a C64, Amiga or Atari. For the conversion, you need a joystick extension cable like this: read more

Categories Commodore, Hardware Leave a comment

[UPDATE] Converting the “Competition Pro Extra USB” to C64/Amiga/Atari DB9

2022-01-06 by Michael Steil

I updated the instructions to a USB Competition Pro to DB9, so you can use it with a C64, Amiga etc. They now include the new “V3” and “V04T” pinouts and were updated with the use of a joystick extension cable.

Categories Commodore, Hardware Leave a comment

The Ultimate Commodore 1541 Disk Drive Talk [video]

2021-09-16 by Michael Steil

This is the video recording of “The Ultimate Commodore 1541 Disk Drive Talk” at VCF West 2021. As always, if you think it’s too fast, try watching it at 0.75x speed! read more

Categories 6502, Archeology, C64, Commodore, Floppy Disks, Presentation 12 Comments

[Announcement] The Ultimate Commodore 1541 Disk Drive Talk @ VCFW 2021

2021-08-06 by Michael Steil

After read more

Categories 6502, C64, Commodore, Floppy Disks, Presentation 10 Comments

Commodore's Assemblers: Part 5: 6502ASM

2021-06-13 by Michael Steil

In the series about the assemblers Commodore used for developing the ROMs of their 8-bit computers, this article covers the 1989 “Commodore 6502 Assembler” (6502ASM), a cross-assembler written in C that ran on VAX and PC. read more

Categories 6502, Commodore Leave a comment

Commodore's Assemblers: Part 4: HCD65

2021-06-06 by Michael Steil

In the series about the assemblers Commodore used for developing the ROMs of their 8-bit computers, this article covers the 1987 “HCD65” assembler that ran on the C128. read more

Categories 6502, Commodore 2 Comments

Commodore's Assemblers: Part 3: BSO CY6502

2021-05-29 by Michael Steil

In the series about the assemblers Commodore used for developing the ROMs of their 8-bit computers, this article covers the 1984 “Boston Systems Office” (BSO) cross-assembler running on VAX/VMS. read more

Categories 6502, Commodore 2 Comments

Commodore's Assemblers: Part 2: MOS Resident Assembler

2021-05-22 by Michael Steil

In the series about the assemblers Commodore used for developing the ROMs of their 8-bit computers, this article covers the 1976 “MOS Resident Assembler” that ran on a variety of 6502-based computers. read more

Categories 6502, Commodore 2 Comments

Commodore's Assemblers: Part 1: MOS Cross-Assembler

2021-05-15 by Michael Steil

In the series about the assemblers Commodore used for developing the ROMs of their 8-bit computers, this article covers the 1975 “MOS Cross-Assembler”, which was available for various mainfraimes of the era. read more

Categories 6502, Commodore 8 Comments

Commodore's Assemblers: Overview

2021-05-09 by Michael Steil

Commodore used 5 different assemblers, most of them in-house tools, to build the ROMs for their Computers like the PET, the C64 and the C128. Nevertheless, all Commodore source files, from 1975 to 1990, share a common format and use the same assembly directives. This series of articles describes each of these assemblers. read more

Categories 6502, Commodore Leave a comment

Reverse-Engineered geoWrite 2.1 for C64 Source Code

2020-11-23 by Michael Steil

geoWrite is a WYSIWYG rich text editor for the Commodore 64 GEOS operating system. I created a reverse-engineered source version of the geoWrite 2.1 for the C64 (English and German) for the cc65 compiler suite: read more

Categories 6502, Archeology, C64, Commodore, GEOS, Operating Systems 4 Comments

Diskettenlaufwerke am Beispiel der Commodore 1541 [video]

2020-10-20 by Michael Steil

read more

Categories 6502, C64, Commodore, Floppy Disks 7 Comments

Ankündigung: Vortrag "Diskettenlaufwerke am Beispiel der Commodore 1541" am VCFB 2020

2020-10-10 by Michael Steil

This post is about an upcoming talk in German. read more

Categories 6502, C64, Commodore, Floppy Disks, Presentation Leave a comment

Inside geoWrite – 9: Keyboard Handling

2020-09-24 by Michael Steil

In the series about the internals of the geoWrite WYSIWYG text editor for the C64, this article discusses how the app consolidates keyboard input to keep up with fast typists. read more

Categories 6502, Archeology, C64, Commodore, GEOS, Operating Systems 5 Comments

Inside geoWrite – 8: Copy & Paste

2020-09-22 by Michael Steil

In the series about the internals of the geoWrite WYSIWYG text editor for the C64, this article discusses its efficient cross-application cut/copy/paste implementation. read more

Categories 6502, Archeology, C64, Commodore, GEOS, Operating Systems 2 Comments

Inside geoWrite – 7: File Format and Pagination

2020-09-16 by Michael Steil

In the series about the internals of the geoWrite WYSIWYG text editor for the C64, this article discusses how its file format allows the app to efficiently edit documents hundreds of KB in size. read more

Categories 6502, Archeology, C64, Commodore, GEOS, Operating Systems Leave a comment

Inside geoWrite – 6: Localization

2020-09-09 by Michael Steil

In the series about the internals of the geoWrite WYSIWYG text editor for the C64, this article discusses what was required for the German localization. read more

Categories 6502, Archeology, C64, Commodore, GEOS, Operating Systems 1 Comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page14 Next →
Mastodon:
@pagetable@mastodon.social

GitHub:
github.com/mist64

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Recent Comments

  1. Siemens Personal Computer PC 100 Bedienungsanleitung, Ausgabe 1981/1982 – pagetable.com on Microsoft BASIC for 6502 Original Source Code [1978]
  2. 6502 Illegal Opcodes in the Siemens PC 100 Assembly Manual (1980) – pagetable.com on How MOS 6502 Illegal Opcodes really work
  3. Siemens Personal Computer PC 100 Bedienungsanleitung, Ausgabe 1981/1982 – pagetable.com on Create your own Version of Microsoft BASIC for 6502
  4. Siemens Personal Computer PC 100 Bedienungsanleitung, Ausgabe 1981/1982 – pagetable.com on Commodore's Assemblers: Part 2: MOS Resident Assembler
  5. Golden Bull on Commodore Peripheral Bus: Part 2: Bus Arbitration, TALK/LISTEN
© 2025 pagetable.com • Built with GeneratePress