MCEDIT

Date: 198x
Type: Program
Platform(s): TS 2068

Edit code in RAM one byte at a time.

Appears on

Capital Area Timex Sinclair User Group’s Library Tape.

Gallery

MCEDIT

Source Code

    2 REM **************************
    3 REM MCEDIT
    4 REM **************************
   10 INPUT "ENTER START ADDR OF CHNGS: ";A
   20 FOR I=A TO 65367
   30 PRINT I;TAB 7;PEEK I
   40 INPUT "ENTER CHANGE ELSE C/R";C$: IF C$<>"" THEN POKE I,VAL C$: GO TO 30
   50 NEXT I

People

No people associated with this content.

Scroll to Top