home.social

#gwbasic — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gwbasic, aggregated by home.social.

fetched live
  1. @cpu : Peut-être tu connais le drame des gens qui tentent de faire tourner dans #dosbox des logiciels en #gwbasic, lesquels logiciels qui REFUSENT de passer dans le siècle actuel ?

  2. @cpu : Peut-être tu connais le drame des gens qui tentent de faire tourner dans #dosbox des logiciels en #gwbasic, lesquels logiciels qui REFUSENT de passer dans le siècle actuel ?

  3. Yesterday I visited the computer games museum 🕹🎮👾 in Berlin. It was a flashback in so many ways; I really enjoyed it.✨️ The highlight was my very first computer, with which I learned my very first programming language, #gwbasic. The Schneider CPC with its quite exotic 3-inch floppy disk drive. 💾

    Hands up, who knows GW-BASIC and maybe even used it?

    #museum #games #flashback #memories #computer #programming

  4. Yesterday I visited the computer games museum 🕹🎮👾 in Berlin. It was a flashback in so many ways; I really enjoyed it.✨️ The highlight was my very first computer, with which I learned my very first programming language, #gwbasic. The Schneider CPC with its quite exotic 3-inch floppy disk drive. 💾

    Hands up, who knows GW-BASIC and maybe even used it?

    #museum #games #flashback #memories #computer #programming

  5. If you want to try my #msdos system info nonsense program for #gwbasic, it's now publicly available:

    https://git.rainbow-100.com/cgit.cgi/GWFetch/about/

    It's not tested everywhere, so I'm sure it'll have some problems.
  6. If you want to try my #msdos system info nonsense program for #gwbasic, it's now publicly available:

    https://git.rainbow-100.com/cgit.cgi/GWFetch/about/

    It's not tested everywhere, so I'm sure it'll have some problems.
  7. DR DOS detection in #gwbasic gwfetch needed some attention, but pretty happy with the results!
  8. DR DOS detection in #gwbasic gwfetch needed some attention, but pretty happy with the results!
  9. I've been struggling for days with calling x86 assembly from within #gwbasic following the manuals, examples, etc. Today I finally noticed that variables' addresses in #gwbasic (via the VARPTR() function) just... change!

    I had a loop reading and poking data into an array to be executed as machine code, and, boom!, the address of the array changed because I did a simple operation also within the loop as a result of a conditional.

    I feel relieved that I sorted this out.
  10. I've been struggling for days with calling x86 assembly from within #gwbasic following the manuals, examples, etc. Today I finally noticed that variables' addresses in #gwbasic (via the VARPTR() function) just... change!

    I had a loop reading and poking data into an array to be executed as machine code, and, boom!, the address of the array changed because I did a simple operation also within the loop as a result of a conditional.

    I feel relieved that I sorted this out.
  11. New on the blog: I picked out a few bits of the old DOS BASIC programming experience and have will be writing about how I brought a few of them back into my modern work. This first article is technically a retrospective, because I've a bunch of the tooling I used behind the scenes on previous projects was inspired directly by its PLAY command.

    bumbershootsoft.wordpress.com/

    #retrocomputing #gwbasic

  12. New on the blog: I picked out a few bits of the old DOS BASIC programming experience and have will be writing about how I brought a few of them back into my modern work. This first article is technically a retrospective, because I've a bunch of the tooling I used behind the scenes on previous projects was inspired directly by its PLAY command.

    bumbershootsoft.wordpress.com/

    #retrocomputing #gwbasic

  13. Ух ты, сорцы #GwBasic оказывается опубликовали
    Легенда

  14. @benjaminhollon

    ...

    (Image best viewed in @tut, or toot, or any other commandline client (or any client with monospace font support)

    P.S. Huh! It's actually pretty viewable in if you turn your phone sideways. Of course, all of those unicode characters are the same width. Didn't consider that.

    P.P.S. I actually remember making "Graphics" like that with on in the early (although not as good, for sure)

  15. @benjaminhollon

    ...

    (Image best viewed in @tut, or toot, or any other commandline client (or any client with monospace font support)

    P.S. Huh! It's actually pretty viewable in #Fedilab if you turn your phone sideways. Of course, all of those unicode characters are the same width. Didn't consider that.

    P.P.S. I actually remember making "Graphics" like that with #GWBASIC on #DOS in the early #90s (although not as good, for sure)

  16. #GWBASIC 3.23 (16Bit DOS) without #vDOS or #DOSBOX in a 32Bit Windows Console :)
    recompiled with MSDOS Player from
    takeda-toshiya

  17. #GWBASIC 3.23 (16Bit DOS) without #vDOS or #DOSBOX in a 32Bit Windows Console :)
    recompiled with MSDOS Player from
    takeda-toshiya

  18. @nixCraft remember writing something like a PO management system as part of a school assignment in the '80ies, albeit with an even older version of #TurboPascal.

    Still remember how much I liked it compared to #GWBASIC, that I had used before 😅

    IDEs as well as programming languages have really come a very long way since then.

  19. #GWBASIC #BREAKOUT

    10 REM ibm pc spinout
    20 REM K.R. Sloan, Jr.
    30 REM 1 January 1982

    bit.ly/3XtWcc4

    DOES ANYBODY KNOW THE ORIGINAL SOURCE OF THIS?

  20. Microsoft Releases the Source Code You Wanted Almost 30 Years Ago - In the late 1970s and early 1980s, if you had a personal computer there was a fair chance it eithe... more: hackaday.com/2020/05/22/micros #basicinterpreter #retrocomputing #sourcecode #microsoft #gw-basic #gwbasic #github #basic #news