To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

DOS Wedge
Other namesDOS Support,
DOS MANAGER
Original author(s)Bob Fairbairn, Bill Seiler
Developer(s)Commodore International
Initial release1982; 41 years ago (1982)
Written inMOS 6502 assembly language
Operating systemCommodore 64, VIC-20
Included withCommodore 1541,
C64 Macro Assembler
Available inEnglish
TypeSystem software

The DOS Wedge is a piece of Commodore 64 system software that was popular in its time. It was written by Bob Fairbairn, and was included by Commodore (CBM) on the 1541 disk drive Test/Demo Disk (filename: "DOS 5.1") and also packaged with the C64 Macro Assembler (filename: "DOS WEDGE64"). The DOS Wedge was referred to in the 1541 drive manual as DOS Support and on the software startup screen as DOS MANAGER. The original design was developed by Bill Seiler.

The Wedge made disk operations in BASIC 2.0 significantly easier by introducing several keyword shortcuts. The DOS Wedge became somewhat of a de facto standard, with third-party vendors such as Epyx often incorporating identical commands into fastloader cartridges and other Commodore 64 expansion devices. COMPUTE!'s Gazette published several type-in variations on the DOS Wedge, including a C128 version in its February 1987 issue (see External links, below).

The original Commodore DOS Wedge was a 1-KB program written in MOS 6502 assembly language. It resided in the otherwise unused memory block $CC00–$CFFF (52224–53247) and worked by altering BASIC's "CHRGET" subroutine at $0073 (115) so that each character passing by the BASIC interpreter would be checked for wedge commands, and the associated "wedged-in" routines run if needed.

YouTube Encyclopedic

  • 1/3
    Views:
    76 221
    40 800
    1 598
  • 25c3: Running your own GSM network
  • Exploring Epyx Fast Load for the Commodore 64
  • Como Ganar Finales De Dama Y Rey VS Torre Y Rey

Transcription

DOS Wedge functions

Any command that contains an @ symbol may substitute > instead, if desired.

/filename Load a BASIC program into RAM
%filename Load a machine language program into RAM
filename Load a BASIC program into RAM and then automatically run it
filename Save a BASIC program to disk
@ Display (and clear) the disk drive status
@$ Display the disk directory without overwriting the BASIC program in memory
@command Execute a disk drive command (e.g. S0:filename, V0:, I0:)
@Q Deactivate the DOS Wedge

See also

References

  • CBM Professional Computer Division (1982). Commodore 64 Macro Assembler Development System Manual. West Chester, PA: Commodore Business Machines. Chapter 5.0. Additional BASIC Disk Commands.

External links

This page was last edited on 11 October 2023, at 12:37
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.