home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / Geneve / 9640news / CAT23 / WAYNECO.TXT < prev    next >
Text File  |  2006-10-19  |  29KB  |  561 lines

  1. DELPHI TINET CONFERENCE -- August 14, 1991
  2.  
  3.    Wayne Stith in Conference  (Jeff White - Host)
  4.  
  5. Attendees (at various times)
  6.  
  7.   MICBRO 
  8.   JHWHITE  ----  Jeff 
  9.   EICHER   ----  Dano 
  10.   CYNTHIA  ----  CB
  11.   GREGRPH 
  12.   WAYNESTITH --  Wayne 
  13.   JERRYC   ----  JerryC 
  14.   COUNTERMAN --  Bob 
  15.   MARCLEVINE 
  16.   HWARDEN 
  17.   TIRUGED 
  18.   NPC 
  19.  
  20. <Jeff> If you have any opening comments, Wayne, we'll hold off on questions.
  21.  
  22. <Wayne> Well, I haven't prepared any formal remarks since descriptions of my
  23.    stuff has already been uploaded here before. But as a reminder, I've
  24.    written TRIAD, GEN-TRI, and lately VIR-GEN along with a few minor odds and
  25.    ends. Go ahead...  
  26.  
  27. <Jeff> I'll start.  How does one get those programs in a timely manner?
  28.  
  29. <Wayne> Getting right to the heart of the matter, eh? Well.... one waits for a
  30.    couple of weeks and then one finds that there is a new source for some of
  31.    this material. ga  
  32.  
  33. MARCLEVINE> Can you tell us what or who this other source will be?
  34.  
  35. <Wayne> No, I cannot name names because nothing has been finalized, but there
  36.    will be another source, at least for GEN-TRI very soon.  I've had it with
  37.    the confusion of the last few months. 
  38.  
  39. -----------------------------------------------------------------------------
  40. NOTE: On the day following this conference an aggreement was reached with
  41. Peter Hoddie that will allow Jerry Coffey (9119 Tetterton Ave Vienna VA
  42. 22182) to distribute JP Software titles including GEN-TRI - [Ed.]  
  43. -----------------------------------------------------------------------------
  44.  
  45. CYNTHIA> what enhancements - improvements, et al - do you plan to do with
  46.    Gen-Tri?
  47.  
  48. <Wayne> CB, I've made a few minor fixes and patches--which you should have
  49.    received and which will be on version 1.01. I am in the process of writing
  50.    the spellchecker, something which I had not planned to do but which is
  51.    necessitated by "events."  
  52.  
  53. CYNTHIA> yes.. so what exactly is the status with JPH?
  54. <Wayne> We are still friends.
  55. CYNTHIA> :P but what is he doing these days?  
  56. <Wayne> I dunno, you tell me.
  57. CYNTHIA> is he gone but not forgotten or what? ga
  58.  
  59. <Wayne> OK, folks, let's cut to the chase and skip the what is going on stuff:
  60.    I have gotten a LOT of complaints from folks about how slow JPSOFTWARE is
  61.    about getting stuff out. Whenever I get a specific msg from someone, I have
  62.    passed the info on to Peter, sometimes several times.  I can't do more.  
  63.  
  64. CYNTHIA> this is true. if people could contact him DIRECTLY, that would solve
  65.    a problem, don't you think? end/trans  
  66. MARCLEVINE> Are there rumors of his problems being with apple restrictions on
  67.    his programming for other machines or is it something else.  
  68.  
  69. <Wayne> I have a great deal of trouble getting hold of Peter, he must be
  70.    sleeping in his office or something.  In other words, nothing is getting
  71.    done. This applies to the spellchecker as well.  I gave myself until 1 Aug
  72.    to have him finish it, or rather for him to finish it before I took over. I
  73.    have taken it over.  
  74.  
  75. <Jeff> (We should really try to refrain from discussing JPH.  Kind of hard to
  76.    determine what is really going on with him.)  
  77.  
  78. <Wayne> Marc, I don't know anything about Apple restrictions; this is the
  79.    first I have heard of it. 
  80. <Wayne> No, CB, even if people could contact him directly, nothing would be
  81.    solved.  
  82. CYNTHIA> thanks
  83.  
  84. <dano> Wayne, What are your plans for Vir-gen, and how do I start it up, so I
  85.    can trace the boot up of the gpl machine through the TI color so I can
  86.    switch from the virgen screen to the color bar or TI's main menu.. 1.
  87.    basic, 2 . Mongo Man etc..  
  88.  
  89. MARCLEVINE> Wayne, do you know of anyone writing a zmodem module for Gen-tri?
  90.    You said there was a "hook" for it.  
  91.  
  92. <Wayne> Dano, re Vir-Gen:  it is on hold at the moment until I can finish the
  93.    spellchecker and somehow arrange to get it in the hands of the users to
  94.    whom it was promised. I forget which files is the startup file, but the
  95.    docs should specify that.  I didn't take the time to go through the GPL
  96.    powerup sequence, I did tra ce some odds and ends, though.  You will need
  97.    to make sure that the program is set to begin at the powerup vector's first
  98.    instruciton, I think it's at >0024.  But beware:  Paul's version of GPL
  99.    differs somewhat from TI's. Y ou may get caught in a loop while keys are
  100.    checked or memory is switched ar ound. At present you cannot watch the
  101.    application screen build, you CAN run so me code and then switch over to
  102.    the application screen and switch back. ga  
  103.  
  104. MARCLEVINE> Is there someone writing a zmodem module?  You once mentioned you
  105.    had a "hook" for it.  
  106.  
  107. <Wayne> Marc/Jeff, I found the question in my buffer:  There is a hook for any
  108.    protocol one wants to install, i.e. I provided a method whereby you can
  109.    specify on loading that another protocol is to be overlaid over CISB+, or
  110.    you can do it on the fly while in the terminal emulator itself. The hook is
  111.    simply a series of specifications that a programmer should adhere to if
  112.    he/she wishes the protocol to be "loadable" from G-T.  The only thing I
  113.    included by way of demonstration was a "protocol" which simply gave a
  114.    message on the screen.  I have heard of two people who were working on z
  115.    modem, but nothing has come of either effort as yet. ga  
  116.  
  117. <dano> Wayne, what tools do you use most while developing your programs?
  118.  
  119. <Wayne> I usually write with myword because I have become used to it.  And
  120.    natur ally I use the TI assembler because that does the job I need it to
  121.    do.  
  122.  
  123. MICBRO> I'm concerned that Z is proprietary, I would think that smaller arc'd
  124.    files batched with YModem would overcome some of the need for Zmodem.  
  125.  
  126. <Wayne> For loading code in funny places so that it can be SAVEd to disk in
  127.    PROGRAM format, I use a thing I wrote which moves the low memory data
  128.    created by the E/A cart over into high memory, patches it, and then lets me
  129.    load a file (object code) into low memory or cart space and SAVE it to
  130.    disk, wi th or without the 6 byte header, using the famous SFIRST etc
  131.    labels, other labels, or hard-coded addresses. I use DUMP-A-CHUNK to take a
  132.    look at memory when a problem occurs, and c an now use VIRGEN to do a
  133.    better job of that. I have in the past used the Millers Graphics materials,
  134.    particulary the Explorer. ga  
  135.  
  136. <Wayne> MICRO, someone asked another question....
  137.  
  138. <Wayne> (Oh, I forgot: VIRGEN includes an assembler which will read from disk
  139.    and then allow me to save anything in PROGRAM format.  Very useful). ga,
  140.    Mike  
  141.  
  142. MICBRO> Why beat yourself over the head re: Zc I was late into the con is the
  143.    WP partc What about block text in the WP - is the process more like
  144.    WordPerfect now?  
  145. <Wayne> That came across partially garbled on my end, but as to block mode,
  146.    nothing has changed there since the release date. It's not exactly like
  147.    WPerf.  
  148. <Wayne> I tend to agree with comment on zmodem, for clones it's nice, for
  149.    geneve it's not much help. The really nice thing, though, is aborted file
  150.    recovery.  
  151.  
  152. MICBRO> Can you take text from one doc, paste it into an upload on a
  153.    conference, etc Release - who where how much.  
  154.  
  155. MARCLEVINE> Wayne have you or anyone else heard of anyone working on other
  156.    protocols other than Zmodem?  ie. Jmodem, Qmodem (humm was one of those an
  157.    8k xmodem) .  Seems that if you pick any letter of the alphabet and add
  158.    "modem" you have a protocol <grin>.  
  159.  
  160. <Wayne> However, the [Zmodem] overhead is pretty steep.  I have glanced thru
  161.    the specs and it is worse than CISB+ (which is a real pain).  
  162. -- MICRO: You can paste only w/in the WP.
  163. -- Marc: Don't know of any other protocols being worked on, the really nice
  164.    one would be BIMODEM, which allows simultaneous two-way file xfer AND
  165.    two-way chat. (have seen it work).  
  166.  
  167. MICBRO> For the files we use YModem is pretty efficient, if not then they've
  168.    been archived too vigourously.  
  169.  
  170. <Wayne> (Marc, I was going to write a streaming protocol and call it Wayne-o-
  171.    Modem.) YMODEM is the best for us, yes.  
  172.  
  173. MICBRO> Sorry I get confused.. The point to me now is how do we get this
  174.    software, and who's name should be on the check.
  175.  
  176. <Wayne> Garbled here, again, but I think I can make out a question about
  177.    availabilty.  
  178. MICBRO> yes!
  179.  
  180. <Wayne> G-T is presently being sold by JPSOFTWARE, but there will be another
  181.    source available soon. Costs $49.95. ga  
  182. MICBRO> is this a production or debugging delay?
  183. <Wayne> No, we have sort of covered the delay situation.  The pgm is out in
  184.    its first version, I am putting together version 1.01, which will be
  185.    primarily bug fixes. The delay is not on my end.  
  186. MICBRO> I'm sorry to beat this to death, but will it run on a floppy system with
  187.  1.14f running?
  188. <Wayne> The spellchecker is still being developed, as they say, Peter had not
  189.    finished it, so I started writing one using similar but not identical
  190.    logic. (We agreed to release G-T w/o the speller this past winter) I run
  191.    G-T from hard drive using MDOS 1.14 (non-F) but understand that it will run
  192.    from floppy on 1.14F and suspect (underline suspect) that it will run from
  193.    floppy on other versions of MDOS. BUT: I do not promise anything there.  (I
  194.    had to use a relatively stable opsys to develop it on, hence 1.14non-f) ga  
  195.  
  196. MICBRO> thanks..
  197. MICBRO> I'll be happy to buy this when available..
  198. <Wayne> (thanks, MICRO!) er,....MICBRO!  
  199. MICBRO> What's your next project?
  200. <Wayne> (Don't blame me, the computer did the mistyping!)
  201. MICBRO> natch
  202.  
  203. <dano> Wayne, a two parter if you will. 1. Since Rambo is fast becoming the TI
  204.    extended/expanded memory manager.. Do you have any plans for converting
  205.    TriAd or GenTri to run on a TI with this type of memory and ...  
  206. <dano> 2. Ifen Myarc every gets their stuff together on the hfdc will the disk
  207.    manager modules in gentri/triad support 1.4 and 1.2 meg drives.  
  208.  
  209. <Wayne> Haven't given much thought to TRIAD recently...might be possible, but
  210.    I would have to see some dox for rambo. G-T will not run on the TI, even
  211.    with lots of extra memory, unless there is a paging scheme identical to
  212.    that of the geneve. ga  
  213.  
  214. <Wayne> Dan...if elephants fly..... actually, I haven't written G-T to be
  215.    fully functional on anything beyond DSDD disks.  Some functions will work
  216.    on any size, but I included no code for higher densities.  A major rewrite
  217.    would be in order, since that portion of the code is VERY compact, like 30
  218.    or 40 bytes free in that space. For clarification:  GEN-TRI runs on the
  219.    Geneve, TRIAD runs on the 4a, but the distribution disk for the latter
  220.    includes a version which will run on the Geneve (although the editor
  221.    portion is not too swift there). Next project?  Finish the spellchecker. ga
  222.  
  223. <Wayne> ga, Dan
  224.  
  225. <dano> Since you are friend with jp did you have access to any 'myarc' inside
  226.    in formation on the geneve that has helped you?  
  227.  
  228. <Wayne> yes but not really info that no one else could find out...I did not
  229.    get any proprietary myarc info, all I got was suggestions from Peter
  230.    because he remembered how things worked from having done myword. ga  
  231.  
  232. MARCLEVINE> Does gentri properly catalog a QD disk (720k, 80 track, 18
  233.    sectors/t rack) ie. does it properly handle the bit map (2 sectors/bit)?  
  234. <Wayne> I've never tried it, Marc, but it should work since the catalog
  235.    program is simply an assembly version of the basic one which is in the blue
  236.    manual that came with the old TI disk controllers.  I leave it to the DSR
  237.    to ha ndle the dirty work. HOWEVER: even though the catalog may look right
  238.    on the screen, I am unsure what happens beyond that.  As far as I know, the
  239.    low level routines work, but format routines will not.  
  240.  
  241. <JerryC> Marc - I use it with my 3.5's and it works fine.
  242.  
  243. <Bob> Excuse my ignorance, but does Gen-Tri have a scripting language? I have
  244.    a followup, too...  
  245. <Wayne> Yes, there is a script lang for the TE portion. ga  
  246. <Bob> great...Are you planning any further telecom software, eg mailers,
  247.    off-line readers etc for use with PC BBS's?  
  248.  
  249. <Wayne> Not planning anything, but someone should write a routine which will
  250.    unpack BBS mail (the systems where you tell them to ZIP your mail and send
  251.    it as a file).  
  252.  
  253. <Wayne> I wrote a hard disk backup, or at least most of one, but have
  254.    abandoned it because I did not want to work out a compression algorhtym.
  255.    !@%$^ ga  
  256. <Bob> And there are only eleventy zillion different BBS programs out
  257.    there...It would be nice if 4 or 5 of the main ones could be covered,
  258.    though. ga  
  259. <Wayne> True, would be a nice idea, but complicated since one would first have
  260.    to write a de-ZIPper. ga  
  261. <Jeff> c There is a de-ZIPper available. ga, Dan.  
  262. <dano> Does Triad do 80-col's on a TI so equiped and does either gentri or
  263.    triad take advantage of extra unused vdp memory on 9938 and 9958 equiped
  264.    systems.  
  265. <Wayne> (Then it might not be too hard to do, Jeff)
  266.    Dan, TRIAD is 40-col only. G-T makes use of the 9938 chip for storage, but
  267.    only 128K.  It does not handle extended VDP memory. ga  
  268.  
  269. <dano> Wayne, I hope you update Triad, because I bet that now there are as
  270.    many TI's with 80 column devices as there are Geneves, 80-cols is a
  271.    terrible thing to waste!  
  272. <Wayne> I might have to do that, Dan... Actually, that program is pretty
  273.    compact, too.  Runs about 19K for an editor, TE, disk manager and config.
  274.    (The more compact a pgm is, the tougher it is to change it) ga  
  275.  
  276. <Jeff> ? Does TRIAD have a protocol hook like GEN-TRI?  
  277. <Wayne> No, just ASCII uploads and XMODEM up/down. ga  
  278. <Jeff> Transfers to hard disk?
  279. <Wayne> No, not even to a DSK1 emulation file.  The reason is that the low
  280.    level direct file input and output routines are not used.  All file
  281.    transfer work in TRIAD is done on a sector I/O basis, i.e. I wrote my own
  282.    low level routine. On the 4a, this works faster since I can keep certain
  283.    things in memory which the DSR low level routines have to fetch from disk.
  284.    (Every time you send a bunch of sectors, the DSR has to find the file
  285.    again). ga  
  286. <Jeff> Perhaps you could incorporate Jesse Slicer's hard/floppy Xmodem routine
  287.    via a hook.  
  288. <Wayne> I haven't seen JS's routine.  What's it do?
  289. <Jeff> It is public domain I gather, and source and object are on Delphi. It
  290.    allows downloads to any directory, hard or floppy disk. At least, that is
  291.    what I recall.  The Slicer's use it with their BBS.  
  292. <Wayne> No hook available on TRIAD, and G-T already has Xmodem built-in.
  293.    However, it might be useful for Geneve users who need to use another MDOS
  294.    than 1.14 for their hard drive systems. ga  
  295. <Jeff> Not sure about Geneve compatibility. Someone else's turn.  ga  
  296. <Wayne> I'm VERY cautious about hard drive access on the Geneve.  Users should
  297.    know that I page in the eprom to get the job done. But that applies to file
  298.    copying, file renaming/protecting, and transfer ring files to or from the
  299.    hard drive in the TE. ga  
  300. <Jeff> I have problems with the EPROM software, too.  It is not a guarantee
  301.    for success. ga  
  302. <Wayne> I have no trouble with the eprom on the hfdcc, but maybe mine is
  303.    newer?? ? I also don't let the hfdcc handle my floppies, I keep a Myarc
  304.    DSDD controller in the box too. ga  
  305.  
  306. <Wayne> You know....I am surprised that no one besides Dan mentioned Vir-Gen.
  307.    It's weird because it is the equivalent to the MG Explorer but for the
  308.    Geneve. Has a disassembler AND an assembler on board. I thought folks would
  309.    enjoy seeing how the Geneve worked. ga  
  310.  
  311. <Bob> The main problem I have with using the HFDCC (with MDOS v97h) is that
  312.    you do have to use the eprom to access 720k drives reliably.  
  313. <Wayne> Hmm...hadn't heard of that one!  Just another Myarc glitch.
  314.  
  315. <dano> Wayne, how long have you been involved with the TI and when/where did
  316.    you get started, what else do you do with your ti/geneve besides program...
  317.  
  318. <Wayne> I bought my first 4A in '82, I think, and when the machine got the
  319.    boot from TI, I had to make the decision on whether to go to a clone or
  320.    upgrade the TI.  I upgraded.  (I have a clone now, but that's for different
  321.    reasons). I have written papers on it and done a few other odds and ends,
  322.    but mostly I use it for programming because I enjoy programming in 9900
  323.    assembly language.  
  324.  
  325. <Jeff> "Written papers on it"--please clarify.  You mean technical articles on
  326.    t he 99/4A, or something else.  
  327. <Wayne> No, I mean papers for graduate schoo. (ouch!  school)  
  328. <Jeff> Okay.  ga (need that spell-checker)  
  329. <Wayne> :> ga  
  330. <Jeff> BTW, does it work in TE mode? Would be nice to have something that
  331.    would clean up a log on the fly.  
  332.  
  333. <Wayne> Wish that a spellchecker would work in TE mode...actually, it would be
  334.    possible to have it work when in chat mode! ga  
  335. <Jeff> Add that to my other suggestion of way back--unattended downloads via
  336.    alarm clock.  ga, Bob.  
  337. <Wayne> :>
  338.  
  339. <Bob> Wayne, you mentioned some differences in Paul's GPL regarding the
  340.    keyscan, I think, a while back. Could you expand on that? I beat my brains
  341.    out trying to get the sysop keyscan to work right on an early version of
  342.    PBBS a while back. (No, I'm not trying to look like I'm claiming credit for
  343.    Travis' work. I just was playing around with it.)
  344.  
  345. <Wayne> First of all, I think that the interrupt vectors are different.  The
  346.    first words in memory (at >0000) are >83E0 and >0024, methinks.  That is
  347.    the powerup vector which the microprocessor grabs.  The next 4 words are
  348.    the interrupt 1 and 2 vectors.  And I think they are different from what
  349.    the TI has. Second, any keyscan from a 4A based program, term program, that
  350.    is, is unlikely to work properly on the geneve.  I ran into this with
  351.    TRIAD.  I had my own keyscan for th terminal emulator because the console
  352.    keyscan introduced delays. I could not use my own scan because the CRU
  353.    lines are differnt on the Geneve. So I had to replace my code with a call
  354.    to the "console" keyscan.  That routine is still accessed the same way in
  355.    assembly, BASIC or whatever vi a BL @>000E but it innards are different.
  356.    The interrupt routines themselves are different, but I haven't tracked down
  357.    everything. The keyscan also checks the print spooler to see if anything
  358.    needs doing . And that is why you need the >4000 area paged in at the
  359.    address set by GPL.  
  360.  
  361. <Wayne> (This is getting pretty esoteric here). ga
  362.  
  363. <Bob> thanks, that gives me a few clues if I decide to tackle it again. ga
  364.  
  365. <Wayne> Bob, if you can discover that the program is using its own keyscan,
  366.    replace the call to that scan with a call to the console.  Molesworth's
  367.    assembly book should have a decent routine. Seems to me that I uploaded one
  368.    here a few months ago.  Check the libs somewhere for a routine that checks
  369.    the keyboard and can tell whether it is running on a TI or a Geneve. ga
  370. <Bob> No, it is calling the console keyscan. I think there is a timing problem
  371.    with the interrupts, because it does this in the middle of waiting for
  372.    incoming chars on the rs232 port  
  373. <Wayne> Ouch!!!! Interrupts have to be off if you are calling the keyboard!
  374.    The interrupt and the keyscan use the same WS. (I know that >83c0 is the
  375.    int WS, but it quickly hops to >83e0, which is what the keysacn uses) ga 
  376. <Bob> it does turn the interrupts off 1st, that's whats screwy about it. All I
  377.    know is that it make the sysop look like a drunk on the keyboard<grin>  
  378. <Wayne> weird problem.....can't think of anything else, though. Does it lock
  379.    up or just generate garbage out the comm port ? (I use a similar technique
  380.    in G-T:  I poll the port during a transfer and if a char is not there, I
  381.    check the keyboard for the ESC key)  
  382. <Bob> no, you have to hit a key 3-4 times before it gets picked up and then
  383.    you may get some repeats...maddening...comm port works fine. definitely
  384.    makes chat a real chore.  
  385. <Wayne> I wonder if it is possible that the program does not check the
  386.    keyboard often enough???  
  387. <Bob> there's a thought, but it works fine on the 4a.
  388. <Wayne> The buffer would account for the repeats....does the pgm check for >FF
  389.    a t >8375 or does it check for the EQ bit being set at >837c?  
  390. <Bob> Can't remember and don't have the source in front of me. You've given me
  391.    a lot to think about though. Thanks and I'll let someone else have a shot
  392.    at a qu estion. ga  
  393. <Wayne> Bob, from what Peter told me, the keyscan works just the way TI
  394.    promised that the one on the 4A would work, but in fact the 4A keyscan
  395.    someimtes does not work properly, i.e the value at 8375 or 837c is not
  396.    right or is not checked.  I have had trouble with things not working on the
  397.    4q that are "written to specs."  Paul supposedly fixed this on the geneve,
  398.    so it could be that the program works on the 4a because it handles
  399.    something which is wrong and which only gets in the way on the geneve wh
  400.    ere the code is correct.  Does this make sense?  
  401. <Bob> yep. It does. I will check that out and let you know what I find.
  402.  
  403. <Jeff> Maybe VIR-GEN will help in debugging.
  404. <Wayne> Possibly, but you are going to have to keep an eye on the interrupts
  405.    there.  
  406. <Bob> I was just thinking the same thing...
  407. <Wayne> Anyhoo, it's in the libs for free.  Send $$ only if you want to. I
  408.    wrote it for fun. ga  
  409.  
  410.   ----------------
  411.   The question below was asked during the keyboard exchange and was missed
  412.   by both Wayne and Jeff - [Ed]
  413.   ----------------
  414. <dano> Wayne, I have the book TI intern by H. Martin. maybe you could write an
  415.    appendium, Geneve intern noteing some of the differences between geneve
  416.    gpl and ti gpl op sys. code.  
  417.   ----------------
  418.  
  419. <Jeff> Let's discuss VIR-GEN a little bit.
  420. <Wayne> OK, shoot
  421. <Jeff> First, which environment does it work in:  GPL or MDOS?
  422. <Wayne> Runs from GPL.
  423. <Jeff> But if I page in MDOS pages, I can take a peek at what is in them?
  424. <Wayne> :>
  425.    Yes, on the screen is a list of the pages being used for the 64K virtual
  426.    machine which I create.  You can change these pages to anything you want
  427.    provided taht (1) you do not duplicate pp. (2) you do not try to use a page
  428.    vir-gen uses.  You can page in lots of stuff, though. One thing I did
  429.    forget was to put in a CRU addreser so that people could  ** MICBRO just
  430.    joined "Wayne Stith in Conference" (6 members now) ** wander through the
  431.    eprom on the hfdcc. Next version!  
  432.  
  433. <Jeff> So I can page in >EC at page 0, and disassemble the GPL interpreter.
  434. <Wayne> ga I don't recall where >EC normally sits, or even if it is one of the
  435.    basic 8 pp. , but if it is the interpreter, you should be able to page it
  436.    in on any page you want. Then have a good time.  
  437. <Jeff> >EC, >ED, >07, >36, >EE, >EF, >03, and >38 (I think). whoops, >38
  438.    should be >35. 
  439. <Jeff> Could actually view the master DSR, then.  I'll have
  440.    to get GEN-TRI. er, VIR-GEN.  
  441. <Wayne> Hang on a sec, jeff, I'm booting virgen on the other machine. >EC
  442.    shows up as a reserved page.  I had considered not doing this, so I may
  443.    just put in a warning msg.  
  444. <Jeff> Would you say that VIR-GEN is equivalent to Bruce Hellstrom's MDOS mode
  445.    m emory viewer/disassembler? (which, BTW, does not access CRU either)  
  446. <Wayne> Just took at look at >4000:  it shows the master DSR. I don't know
  447.    anything about Bruce's pgm. (Re CRU:  I actually forgot to do it!  Even
  448.    DUMP-A_ -CHUNK will let you fiddle with CRU bits!!!) ga  
  449. <Jeff> Are the boot EPROM pages reserved? Or can I look at them?  
  450. <Wayne> Don't think so, if I recall correctly, the 8 TI emulation ppl are
  451.    resere ved plus a couple that I use for buffers, etc. What pp. are the boot
  452.    eprom pp.?  
  453. <Jeff> >F0 and >F1 are sufficient.
  454.  
  455. <Wayne> hang on...
  456. <Wayne> yup, i see SYSTEM/SYS
  457.  
  458. <Jeff> Does VIR-GEN produce commented source code?  <g>
  459.  
  460. <Wayne> and there's the debugger. you know, that would be a REALLY great idea.
  461.    virgen lets you change memory without haveing to type in the code, i.e. you
  462.    type in a source code line and it goes into memory.  
  463.  
  464. <Jeff> Does it at least have predefined labels for certain addresses and CRU
  465.    bits?  
  466. <Wayne> That can save some time when you want to experiment. No predefined
  467.    labels.  It keeps track of labels in a stack in VDP and ca n  
  468. <Jeff> That sounds like a nifty feature.
  469.  
  470. <Wayne> probably hold more than anyone would generate because it uses well
  471.    over 100K of space if needed, methinks.  You could probably write code to
  472.    fil l the entire 64K address space and assemble it all into memory at one
  473.    time . Oh, re labels:  if you have already assembled something, I think I
  474.    inclu ded the possibility of using a generated label later when entering
  475.    source code as one line. 
  476.  
  477. <Jeff> What I would like to do is be able to run the boot EPROM equivalent out
  478.    of RAM.  Unfortunately, the EPROM pages itself in.  
  479. <Wayne> You can copy the boot eprom to another area with virgen, then save it
  480.    to disk and do with it what you want.  Is that what you had in mind? (you
  481.    can also disassemble it to disk or screen) You can also emulate running it.
  482.    ga  
  483. <Jeff> Will VIR-GEN insert a MOV @data,R1 where a MOV R0,R1 was, maintaining
  484.    the rest of the object by shifting down?  
  485. <Wayne> It will overwrite the code, i.e where 2 bytes were used before, 4
  486.    bytes are needed and the stuff laps over.  However, you can move code down
  487.    beforeh and by using the insert feature. It doesn't adjust any addresses,
  488.    though. ga  
  489. <Jeff> It is possible to create a LOAD/SYS program that will ask for the
  490.    filenam e of a "SYSTEM/SYS" file if the boot EPROM can be loaded into RAM
  491.    space with a f ew minor changes. That is the plan.  
  492. <Wayne> Try virgen, it might help.
  493.  
  494. <Jeff>  LOAD/SYS will become essentially the new bootstrap loader.
  495.  Thanks, Wayne.  If I get it working like I want, I'll send it your way. ga  
  496. <Wayne> Would like to see it.
  497.  
  498. <Jeff> I might even send you a list of labels for CRU bits and memory-mapped
  499.    addresses.  
  500. <Wayne> :>
  501.  
  502. <Jeff> But I have transcripts to finish, and benchmarks to write, and...
  503.  
  504. <Wayne> Lots of lurking going on!
  505.  
  506. <Wayne> Jeff, you might fiddle with that disassembler in the eprom and tell me
  507.    the entry address.  I never have been able to get it to work.  
  508. <Jeff> What do mean never been able to get it to work?  It always works for me.
  509.  
  510. <Wayne> Do you go in from mdos or gpl?
  511.  
  512. <Jeff> If no one has questions, I can explain how.  Either MDOS or GPL--does
  513.    not matter.  
  514. <Wayne> WS?
  515. <Jeff> Huh?  No need to bother about WS.
  516. <Wayne> Come in on a B or a BL?
  517.  
  518. <Jeff> Maybe if I just tell you how to do it...
  519. <Wayne> ga
  520.  
  521. <Jeff> Write a program that puts >F0,>F1,>F0,F1,etc. in the map registers. End
  522.    it with BLWP @0. Now write a shell that copies this program to on-chip RAM
  523.    at >F000, and then branches to it.  
  524. <Jeff> That's all there is to it.
  525.  
  526. <Wayne> Hmm..that's a lot different from what Peter told me, no wonder it
  527.    didn't work!  
  528.  
  529. <Jeff> The code that maps the EPROM, either directly or indirectly, must
  530.    execute from on-chip RAM. Another way to do it is to write a program that
  531.    will be copied to on-chip RAM but instead of using the map registers, turn
  532.    on the UNMAPPED mode bit and B LWP @0. That CRU bit is as defined in the
  533.    Geneve Tech Ref.  Many others are "ill- defined" (flat out wrong). It is
  534.    very, very simple to reboot the Geneve. And here is another "secret". If
  535.    you load code into the SRAM (pages >EC-EF, and >E8-EB with PaulC's mod ),
  536.    it will still be there after a reboot. This is where a new LOAD/SYS can
  537.    reside to boot a different "SYSTEM/SYS".  
  538. <Wayne> Interesting info, Jeff.
  539.  
  540. <Jeff> Or where a LOAD/SYS can look for the filename.
  541.     We should wind up the conference, I suppose.
  542.  
  543. <Wayne> Any other questions, folks?
  544.  
  545. <Jeff> Maybe I'll have one for myself someday to explain the Geneve.  Any
  546.    remaining questions for Wayne?
  547.  
  548. JERRYC> Thanks Wayne.
  549. <Jeff> Thanks for coming, Wayne.
  550. <Bob> Thanks, Wayne
  551. <Wayne> Thanks, folks, for coming and listening to me run my mouth. I have
  552.    enjoyed the evening.  
  553. <Wayne> Well...I suppose I should clock out, got a full day ahead of me
  554.    tomorrow .  
  555. <Wayne> Thanks for hosting, Jeff. Bye, guys........#  
  556. JERRYC> Goodnight all.
  557. <Jeff> Goodnight, everyone.  Next CO may be sooner than you think.
  558. <Bob> nite all...
  559. <Jeff> Goodnight, Ed.
  560.   eof --- 12:15 AM
  561.