mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-11 13:50:13 +00:00
7739f640f5
Added a blank line after local variable tables. Otherwise they just sort of blend in with the stuff around them. Put prefixes before the DOS 3.3 platform symbols. Added a BAS_HBASH entry. We were getting BAS_HBASL and MON_GBASH paired up, which looks weird. Apply a very light tint to the preview section of the Edit Long Comment dialog, to hint that the window is read-only.
14 lines
543 B
Plaintext
14 lines
543 B
Plaintext
; Copyright 2018 faddenSoft. All Rights Reserved.
|
|
; See the LICENSE.txt file for distribution terms (Apache 2.0).
|
|
;
|
|
; Source: Beneath Apple DOS
|
|
|
|
*SYNOPSIS DOS 3.3 public addresses and constants.
|
|
|
|
DOS_WRM @ $3d0 ;DOS warmstart entry point
|
|
DOS_CLD @ $3d3 ;DOS coldstart entry point
|
|
DOS_FM @ $3d6 ;DOS file manager entry point
|
|
DOS_RWTS @ $3d9 ;RWTS entry point
|
|
DOS_LOCFPL @ $3dc ;loads Y/A with address of FM param list
|
|
DOS_LOCRPL @ $3e3 ;loads Y/A with address of RWTS IOB
|