Live Chat Users

  • No one
September 1988
S M T W T F S
« Aug   Aug »
 123
45678910
11121314151617
18192021222324
252627282930  

Archives

Newest Files

  • Jeweled! on virtual disk (157.5 KiB, 66 hits)
    You do not have permission to download this file.
  • Jeweled! (119.7 KiB, 0 hits)
    You do not have permission to download this file.
  • CCASM 5.4 6809/6309/CoCo Cross Assembler for Windows (790.5 KiB, 1,668 hits)
  • 6551 ACIA Registers (2.8 MiB, 49 hits)
    You do not have permission to download this file.
  • EB301 Bluetooth Module Orientation Diagram (47.5 KiB, 40 hits)
    You do not have permission to download this file.
09/04/88: RE: Bug in Macro-80C assembler Re: Msg 44719 by Delphi, | Category: Delphi - Utilities & Applications | 1 comment - (Comments are closed)

RE: Bug in Macro-80C assembler Re: Msg 44719

44723 4SEP88-1006 Utilities & Applications
RE: Bug in Macro-80C assembler (Re: Msg 44719)
From: DONHUTCHISON To: KENHALTER

MACRO 80C has programs which are what I’d call BASIC “shells,” but the
programs that do the real work are written in machine language. For
example, to assemble a file, you just type RUN “AS” and the program LOADMs
a program called “AS%.BIN” and pokes in certain initialization values. So,
for the assembler itself, a WIDTH 80 would work… however, the editor
program is tied real hard to a 32-column screen.

Don

1 comment to RE: Bug in Macro-80C assembler Re: Msg 44719

  • pucc_unknown

    44726 4SEP88-1338 Utilities & Applications
    RE: Bug in Macro-80C assembler (Re: Msg 44723)
    From: KENHALTER To: DONHUTCHISON

    I just remembered that MACRO-80c is a full screen editor, meaning it WOULD
    be a chore converting it to 80 cols. But I’m surprized that no one has
    done it yet. It’s been out for a long time. Oh well, thanks for clearing
    up the BASIC/ ml part of the program. Ken Halter