mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2024-12-12 01:30:00 +00:00
85 lines
1.5 KiB
Markdown
85 lines
1.5 KiB
Markdown
|
# The New Users' "Quick" Guide to DOS 3.3 Merlin Pro 8
|
||
|
|
||
|
---
|
||
|
|
||
|
Nathan Riggs
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
---
|
||
|
|
||
|
## Table of Contents
|
||
|
|
||
|
Foreward
|
||
|
|
||
|
Introduction
|
||
|
|
||
|
1. But Why?
|
||
|
2. About this Text
|
||
|
3. Don't Abandon Bredon!
|
||
|
4. Main Audience Assumptions
|
||
|
5. System Requirements
|
||
|
6. Additional Reading
|
||
|
|
||
|
I. What's New?
|
||
|
|
||
|
1. Old is the New New
|
||
|
2. Emulators
|
||
|
3. Hardware Replacements
|
||
|
4. GitHub and Company
|
||
|
|
||
|
II. The Main Menu
|
||
|
|
||
|
1.
|
||
|
|
||
|
III. The Source Editor
|
||
|
|
||
|
IV. Assembly Space
|
||
|
|
||
|
V. Syntax, Labels and Variables
|
||
|
|
||
|
VI. Macros
|
||
|
|
||
|
VII. Pseudo-Opcodes
|
||
|
|
||
|
VIII.
|
||
|
|
||
|
|
||
|
|
||
|
---
|
||
|
|
||
|
## Foreword
|
||
|
|
||
|
This guide is for those of you crazy folk out there who, like myself, choose to use a nearly 40 year-old assembler instead of take advantage of the myriad "better" options available today, in 2020. There are many reasons you might choose to do this: like me, you might be in the middle of something like an archeological media dig, or perhaps reenactment, that allows you to better understand the woes and weariness of assembly programming when it was still a highly relevant language to use. You might be wanting to assemble a program on original hardware, for whatever reason, or you might just be a plain old masochist. This booklet is definitely for the former two, but if you're in it for some pleasurable pain, I'd say go straight to the original manual itself.
|
||
|
|
||
|
But that does bring up a good point: if an original manual exists, and is comprehensive (it is, by all means), then why does one need a new guide today, "quick" or otherwise?
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|