Super Pascal Compiler and Software Development System for the C64 published by Abacus.

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 43

  • @erinwiebe7026
    @erinwiebe7026 8 місяців тому +13

    I took pascal in high school. Our class used Turbo Pascal on XT class PC's and we saved all our work on 5 1/4" floppies. I found a couple boxes of my old floppy disks recently and I decided to build a mid 90's era PC to see if I could discover what was on them. When it came time to check out the disks, I was pleasantly surprised to find some of my old pascal assignments! I loaded up Turbo Pascal for the first time in decades and there it was. I compiled and ran the assignment and the program prompted "Enter 2 numbers.". I typed two numbers, 4 & 6 and pressed enter. The program simply stated "The sum is 10". It was then that I suddenly remembered my computer teacher encouraging me to make my program a little more user friendly. It's amazing what one can find on an old floppy disk. Fond memories!

  • @stephenjohnston7630
    @stephenjohnston7630 8 місяців тому +2

    Oh those were the days! I ran Pascal on the Acorn Electron in the mid-80s, loaded from an audio cassette, but I also used it on a friend's C64. And despite my endless teenage complaints, it's a language family that's served me surprisingly well over the years.

  • @LZCatt
    @LZCatt 8 місяців тому +8

    Love this! You described my 1986 life perfectly as I was taking Pascal in college and did homework on my C64. Fun days.

  • @DevilsHandyman
    @DevilsHandyman 7 місяців тому +1

    You are an excellent presenter and explain clearly what you are doing and why. Thank you for sharing.

  • @00Skyfox
    @00Skyfox 7 місяців тому +2

    I took a Pascal class in college back in ‘94 and I don’t remember the slightest thing about it. Same for COBOL and FORTRAN after it. Fun to do but a waste of money. At least I still have the textbooks so I could relearn them if I wanted, and had the language systems to work with.

  • @ChopsticksDIYGarden
    @ChopsticksDIYGarden 3 місяці тому

    Pascal was my first programming language in college. Had a chance to learn record, pointer, New(), Dispose(), etc. It's great programming language.

  • @shankthebat8654
    @shankthebat8654 8 місяців тому +6

    This was very interesting, and wonderfully detailed.

  • @MrGareth1973
    @MrGareth1973 8 місяців тому +3

    Welcome back and thx for the video. I never used Pascal on c64. Was 11 in '84 when I got C64 and BASIC was all I could go into. Later in secondary school we used FORTRAN and Pascal on 286 and 386. I liked Pascal a lot at that time and later used to program in Borland Delphi. Sadly other languages took over...

    • @joe--cool
      @joe--cool 8 місяців тому +1

      Delphi is still around. Version 12 released recently. There is also Lazarus as an open source alternative.

  • @FlyingInHD
    @FlyingInHD 8 місяців тому +4

    Excellent presentation of a very interesting product. Well done!

  • @b213videoz
    @b213videoz 7 місяців тому +2

    I recently wrote a XONIX game in Pascal for Atari 800, perhaps I should try compiling and linking it for C64 😄

  • @TakeTheRedPill_Now
    @TakeTheRedPill_Now 8 місяців тому +1

    Great trip back memory lane! Used to start 'serious' programming with a C64, a 1541 floppy drive whose disks had to be swapped constantly, and Super Pascal in 1986. Loved the language. Incredible how far we've come in just a couple of years. Thanks for doing this!

  • @stephenelliott7071
    @stephenelliott7071 8 місяців тому +1

    I've always liked Pascal since college, and how cool there was a version for an 8-bit system like the C64 - and you're covering it in a very detailed way, great work! Excellently presented and well written code to, with modern touches like indentation of code and spacing.

  • @8-bitwallofdoom
    @8-bitwallofdoom 8 місяців тому

    Nicely done. I vividly recall buying Abacus Music and Graphics apps on cassette when I lived in Berkeley in the mid 80s but was not aware of this title. Yes (at my age), I was an AP CS student and we learned Pascal on CBM PETs. What a towering achievement (that they put this much work in); thanks for featuring it!

  • @davidgari3240
    @davidgari3240 8 місяців тому +1

    Reminds me of why I never got into P-code in the first place (45 years ago):
    Restrictive and arcane af.
    Call me Assy Magee.
    Good video though. Well done.

  • @Brian-vs9sd
    @Brian-vs9sd 8 місяців тому +2

    Also be interesting to see a comparison in speed against a version of Forth for the 64 like you used in a previous video. Thanks for the content.

  • @algonix11
    @algonix11 8 місяців тому +2

    I love Pascal

  • @JSRFFD2
    @JSRFFD2 7 місяців тому

    This was my first Pascal compiler, and a vital step in my programming journey. Basic was slow and clunky (no modularity) and 6502 assembly was daunting. Pascal was a wonderful compromise.

  • @TheStuffMade
    @TheStuffMade 7 місяців тому

    Interesting and a very nice demonstration 👍 I didn't even know there was a Pascal compiler for the C64. I wonder if anyone used this for commercial software for the C64. They should've added REU support to allow for larger programs and avoiding all the disk access.

  • @MK-ge2mh
    @MK-ge2mh 8 місяців тому +2

    You’re back!!!!!! Yes!!!!!!!

  • @MK-ge2mh
    @MK-ge2mh 8 місяців тому +1

    In high school, the first programming class was BASIC and the advanced programming was Pascal.
    Later in college when studying for my degree in CS, the language of the day was C++. The compiler we had to write for the compiler construction class was Pascal. It was more difficult (only slightly) to write a Pascal compiler than a C compiler due to the variable scoping of nested functions and that function arguments could be pass-by-value (as in C) or pass-by-reference (as in FORTRAN).
    One question about that Pascal compiler you’re using. Is it generating P-code which has to be emulated in a VM and not machine code?

    • @jimnicholls2911
      @jimnicholls2911 7 місяців тому

      Like many Pascal systems of the day, this one does generate pcode. It’s the reason fillasm is so much faster than fillscr.

  • @edgeeffect
    @edgeeffect 8 місяців тому +3

    Can we pause and take a moment to contemplate the wonders of the cover design on the Pascal User Manual and Report.

  • @AndrewRoberts11
    @AndrewRoberts11 8 місяців тому

    Have you tried the port of the BBC BASIC interpreter / compiler for the C64, as that allows Assembler procedures to be embedded / included in BASIC listings, and has a user selectable 1, 2 or 3 pass compiler.

    • @MyDeveloperThoughts
      @MyDeveloperThoughts  8 місяців тому

      Not familiar with this package. It looks pretty interesting, maybe I'll check that out in the future.
      mdfs.net/Software/BBCBasic/C64/

    • @AndrewRoberts11
      @AndrewRoberts11 7 місяців тому

      Last reply deleted, as contained a link. The 3D 10 PRINT videos offer a very BASIC overview.

  • @sevzas
    @sevzas 8 місяців тому +1

    Great video but line numbers and pascal don't work together.

  • @G.B...
    @G.B... 8 місяців тому +1

    Just another nice Pascal for the C64 ruined by the abysmally slow disk drive. As far I know, the only C64 Pascal that wasn't ruined was G-Pascal, which had the editor and compiler always loaded in memory - so no need to use the drive all the time. But this convenience came at a price: G-Pascal was actually a subset of Pascal and only supported integer arithmetic (no real numbers).
    Anyway, I wonder what that other Pascal system you mentioned will be (in part 2). Let me guess, Kyan Pascal, maybe?

  • @UltimatePerfection
    @UltimatePerfection 8 місяців тому

    Is it faster than BASIC? How good is it for making games?

    • @MyDeveloperThoughts
      @MyDeveloperThoughts  8 місяців тому

      It's much faster than BASIC, and because of the included assembler you could definitely write games in it. I know the first 3 Wizardry games on the Apple i][ and C64 were written in Pascal (Not this Pascal compiler though).

  • @DerMannInDerWand
    @DerMannInDerWand 8 місяців тому +1

    Great video, super interesting! I would be curious how much of a difference not truncating the screencode on every address loop iteration but only once per screencode loop iteration would make in the pure Pascal variant, as it happens with the asm variant.

    • @MyDeveloperThoughts
      @MyDeveloperThoughts  8 місяців тому +2

      ua-cam.com/video/zCu8jSiPz_s/v-deo.html
      What a great question. I had to find out the answer. So I put together this really quick video to demonstrate the effect of removing the low function from the inner for loop.

    • @gcewing
      @gcewing 8 місяців тому +1

      Couldn't you declare screencode as a byte in the first place and avoid any conversions?

    • @MyDeveloperThoughts
      @MyDeveloperThoughts  8 місяців тому

      @@gcewing For Loops in this version of Pascal can only iterator over integers.

  • @Brian-vs9sd
    @Brian-vs9sd 8 місяців тому

    Very cool. Have you tried out TRSE (Turbo rascal syntax error). A full system for writing code in a Pascal inspired language for many of the older systems. Also generates a .asm file to see the assembly source it generates.

  • @alandickey4480
    @alandickey4480 8 місяців тому

    I did my Pascal homework on my C-128 running a CP/M version of Turbo Pascal and converting the disk format with Big Blue Reader for use on the PCs at school.
    I had the 128 versions of Super Pascal and Kyan Pascal, but I found that I liked Oxford Pascal 128 the best.
    Did anyone do benchmark comparisons among the different C= versions of Pascal?

  • @desertfish74
    @desertfish74 8 місяців тому +1

    Why on earth does it have its own custom disk format?

    • @gcewing
      @gcewing 8 місяців тому +1

      It's likely based on some other Pascal system such as UCSD Pascal or something similar. UCSD was its own little universe, which was good for portability but not so good for compatibilty with other systems.

  • @b213videoz
    @b213videoz 8 місяців тому

    30:48 any reason why you must have used integer instead of byte for your pascal fill function?
    What's the point to mark the argument as integer but then use low() on it ? 😂

    • @MyDeveloperThoughts
      @MyDeveloperThoughts  8 місяців тому

      Check out the comments below :) I made a quick video in the comments showing the speed boost from fixing that issue. Thanks for the feedback, much appreciated!

  • @RonHelton
    @RonHelton 8 місяців тому

    👍👍👍👍👍👍

  • @movax20h
    @movax20h 8 місяців тому +1

    Super cool video. I was always interesting in high level language compilers for these home computers, but never managed to use one. Only used BASIC, assembly, then switched to real stuff on PC, with C, Pascal, etc.
    This is pretty usable, but the editor is pretty meh. I was hoping for some decent full screen editor.