Post Reply 
41C X-Mem data file editor?
10-22-2020, 04:07 PM
Post: #11
RE: 41C X-Mem data file editor?
FWIW, there's a Data File Editor in a couple of my modules, it's reproduced below in case it helps.

SF 08 to edit, CF 08 to review.
File Name in ALPHA

Code:
01  LBL "DFED"
02  FLSIZE
03  E
04  -
05  E3
06  /
07  LBL 00
09  SEEKPT
09  GETX
10  X<>Y
11  "D"
12  AINT
13  >"="
14  X<>Y
15  ARCL X
16  CF 22
17  FC? 08
18  >"?"
19  PROMPT
20  X<>Y
21  FC? 22
22  GTO 01
23  FS? 08
24  GTO 02
25  X<>Y
26  RDN
27  X<>Y
28  SEEKPT
29  X<>Y
30  SAVEX
31  LBL 02
32  X<>Y
33  LBL 01
34  ISG X
35  GTO 00
36  "DONE"
37  AVIEW
38  CLA
39  WORKFL
40  END

Cheers,
ÁM

"To live or die by your own sword one must first learn to wield it aptly."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
41C X-Mem data file editor? - Dave Britten - 10-21-2020, 02:13 PM
RE: 41C X-Mem data file editor? - hth - 10-21-2020, 06:14 PM
RE: 41C X-Mem data file editor? - Ángel Martin - 10-22-2020 04:07 PM



User(s) browsing this thread: 1 Guest(s)