In this installment, we’re going to continue to learn more about the three primary registers in the 6502 processor (accumulator, X, and Y). We’ll also create our first simple subroutine. You can [download id=”1? format=”2?] for this program. Comments Before we do anything else, let’s take a moment to talk about comments. Comments are text […]
Eric Shepherd
Sweet16 Apple IIgs emulator version 2.2 released
Sweet16 2.2 for Mac OS X has been released; this is the latest version of Eric Shepherd and F.E. Systems’ Apple IIgs emulator for Mac OS X. One of the key changes is that by default, Sweet16 now limits the emulated IIgs speed to 40 MHz. Previously, the default was to go as fast as […]
Some Assembly Required: Introducing the Registers
Unlike most modern processors, the 6502 series of processors has only three primary registers that you can use for manipulating data. A register is, basically, a slot within the processor that can contain a numeric value. On the 6502 and 65C02, these are each able to hold an 8-bit value. On the 65816, they can […]
Some Assembly Required: Hello World
Among programmers, there’s a long-standing tradition whereby one’s first program in any given language is one that simply displays the message “Hello world.” In this installment of Some Assembly Required, we’re going to create “Hello world.” I’m not going to really explain how it works this time around. We’ll get into understanding the programming next […]
Some Assembly Required: Choosing an Assembler
Over the coming weeks (or maybe months or even years), I’ll be posting a series of articles introducing you to the glorious, glamorous world of assembly language programming for the 6502 series of microprocessors. While, sure, there are plenty of other languages out there, and in this day and age, assembly is something of a […]
Syndicomm store reopens
Syndicomm reopened its online store this evening after being offline for most of a week for upgrades. The store has all products available for purchase, although there may be the occasional glitch. In particular, products that include links to other products in their descriptions probably will take you to the wrong page, and the site’s […]
Syndicomm store being revamped
Syndicomm is in the process of moving its online store to a new software package that should help clear up some of the strange problems it’s been having. It’s currently offline, but will return shortly. It may take a couple of weeks after that to finish moving all the products back into the new store.
Syndicomm to offer discs of GNO Apple II library in 2007
Starting early in 2007, Syndicomm will offer discs containing the contents of the GNO Apple II library. The discs will be sold for around US $5 apiece, and will be periodically updated to reflect the latest contents of the archive. A specific date on which the service will begin has not been determined yet.
Juiced.GS 2007 renewals now available
Juiced.GS magazine renewals for the 2007 subscription year are now available for purchase for subscribers in both the United States and the rest of the world. Juiced.GS is the only remaining printed magazine for Apple II users and enthusiasts.
Sweet16 1.7.3 released
Tonight, Eric Shepherd released Sweet16 1.7.3, which fixes speed control to work correctly on PowerPC, fixes the timing of certain interrupts (games that were playing at the wrong speed should work better now), and now supports the Dvorak and French Canadian keyboard layouts.