80188-based FORTH Computer Vesta OEM-188 aka "Radio Electronics RE Robot Brain"

Sdílet
Vložit
  • čas přidán 26. 08. 2024

Komentáře • 23

  • @etc_kula
    @etc_kula Před 8 měsíci +5

    Mom got a job at a college and during the summer I’d go with her and just hang out at the library all day. I read their entire collection of RE, and saved my nickels to photocopy the good articles

  • @hareti79
    @hareti79 Před 8 měsíci +3

    Never stop making videos

  • @alabamacajun7791
    @alabamacajun7791 Před 7 měsíci +1

    Wow. I have 2 80188 JDEC ceramic chips with the gold fingers. I started to hand wire the CPU board on a S100 solder pad. I think I still have the Hellorld code on a EEPROM. Inspired.

  • @SusanAmberBruce
    @SusanAmberBruce Před 8 měsíci +2

    Never paid much attention to FORTH but seeing your video today has changed my mind and I think I will have a play with FORTH, thanks for sharing your hard work.

    • @edgeeffect
      @edgeeffect Před 8 měsíci +1

      FORTH is quite amazing. I don't know if I'd like to have to program a professional system in it today... but it's just so amazing that it achieves so much using so little. It's byword seems to be "we don't bother with all of that, our way is much simpler" and that is quite refreshing.

    • @smbakeryt
      @smbakeryt  Před 8 měsíci +1

      If you want to learn Forth, look into something called "Jonesforth" where you can learn the language and how to write the interpreter/compiler at exactly the same time. As part of another project, I implement a Jonesforth port for the 8008 CPU. Not all that much to it.

    • @SusanAmberBruce
      @SusanAmberBruce Před 8 měsíci

      @@smbakeryt Okay thanks

  • @TheSillyshyguy
    @TheSillyshyguy Před 8 měsíci +1

    RE was my bible.

  • @edgeeffect
    @edgeeffect Před 8 měsíci +3

    Hmmm... That looks like a really really interesting board.
    I had a bunch of 80186s back in the day and the fact they even existed came as quite a surprise because they didn't find their way into any (many?) desktop PCs.
    And then it's a FORTH system. I was massively into FORTH back in the 80s so any FORTH system I see gives me the warm fuzzies.

    • @edgeeffect
      @edgeeffect Před 8 měsíci

      ... I had a Jupiter Ace back in the day... I used to love going to the computer club and showing off programming in something that wasn't BASIC.

  • @sorcererstan
    @sorcererstan Před 7 měsíci

    Oh man I always wanted to build the R-E robot. Never had the funds back then, and don't have the time now :(

  • @waverlyarbeau4962
    @waverlyarbeau4962 Před 7 měsíci

    i be leave i have all those issues for the RE robot. I remember reading about it in my radio electronics magazines.

  • @geeknupthenight7417
    @geeknupthenight7417 Před 6 měsíci

    So cool

  • @ryanbrooks1671
    @ryanbrooks1671 Před 7 měsíci

    I remember these series of articles - did anyone build one of the robots?

  • @sgermain06
    @sgermain06 Před 6 měsíci

    I've been trying to wrap my head around the whole latches and buffers for quite some time. Could you tell me which ones of your videos you go over those? If not, perhaps you have some resources or links where I could learn about that? Any help would be greatly appreciated. Thank you!

  • @DAVIDGREGORYKERR
    @DAVIDGREGORYKERR Před měsícem

    Does the FORTH for the 80188 use the multiply and divide instructions of which there are many also there is a mode that means that you have to be in the zero ring to have access the hardware and the other rings are possibly user rings.

  • @ultrametric9317
    @ultrametric9317 Před 8 měsíci

    The slowness is in updating the screen at what appears to be 1200 baud modem speed - if that. All the time is taken drawing the screen including blank characters. With an addressable screen driver that would go much faster.

    • @smbakeryt
      @smbakeryt  Před 8 měsíci +1

      It's actually 9600 baud, so it can refresh the screen (16x64 = 1200 characters) in about 1.2 seconds. It does look like it's slow when I'm cutting and pasting the Forth code into the window because I've added some extra delay -- I have no flow control setup, so I delayed the characters while pasting to prevent serial buffer overrun. The 'gen' word takes around 4 seconds, so that gives us about 5 seconds between generations. So you're right, we could optimize out 20-25% by improving the display update.

  • @retroelectrons2
    @retroelectrons2 Před 7 měsíci

    RE. Yea.

  • @Pickelhaube808
    @Pickelhaube808 Před 8 měsíci

    Interesting... Recently got some 8" polyFORTH disks in that I archived. Not knowledgeable in FORTH/polyFORTH though.

  • @cerberes
    @cerberes Před 8 měsíci +1

    Hi Scott, I sent you an email. Ron from Sydney.

    • @smbakeryt
      @smbakeryt  Před 8 měsíci +1

      Thanks Ron... I probably should have been clearer in the video -- I do have all the Radio Electronics issues from 1987. I'm trying to find materials in addition to those magazines.

  • @snakezdewiggle6084
    @snakezdewiggle6084 Před 7 měsíci

    Dump DOS, FORTH rulz.
    Very under rated OS.