RAM Scan 64 - Early 1980s Glitch Art Code?

Поділитися
Вставка
  • Опубліковано 15 лип 2024
  • We take a look at the short "Ram Scan 64" program from the first issue of Transactor I ever bought, way back in 1984. I don't think I've seen it in action since I was 11 or 12, but was reminded of it in a strange dream after reading "Be an Interplanetary Spy" books before bed. After typing it in and running it, I attempt to disassemble (and understand it) on camera which may not have been a great idea, but I mostly get it figured out. Glitchy fun!
    To support 8-Bit Show And Tell:
    Become a patron: / 8bitshowandtell
    One-time donation: paypal.me/8BitShowAndTell
    2nd channel: / @8-bitshowandtell247
    Links:
    Transactor Vol.5 Issue 02: archive.org/details/transacto...
    csbruce's Transactor Online Archive: csbruce.com/cbm/transactor/
    Ninja Glitch World: • Glitch World In Commod...
    End credits music is "Bit Pair" by Bedford Level Experiment. Check out the animated Tron-style video for the song by Darren "GrooTube" Foulds: • Bit Pair - TRON song b...
    Index:
    0:00 Intro - Ram Scan in Transactor
    2:04 Typing it in
    6:27 Done typing now RUN it
    10:37 Some strange behaviour
    12:37 Finally... disassembly
    20:23 The short version
    21:15 Playing with it again
    25:44 Some thoughts
    27:16 Thanks
  • Наука та технологія

КОМЕНТАРІ • 109

  • @3vi1J
    @3vi1J 2 роки тому +46

    I think the biggest and lowest hanging fruit improvement would be to not use the bottom line for memory display. Instead, change it to a status bar that shows where the cursor corresponds in both hex and decimal. Let users use the wasd keys to highlight (via alternate/blinking colors on a virtual cursor) any specific pixel and see the values/address in hex/dec.

    • @Krzys6301
      @Krzys6301 2 роки тому

      Probably the c64 feature called "sprites" could be used for this -> to show some info and to highlight specific byte on the screen

  • @lordanthrax2417
    @lordanthrax2417 2 роки тому +4

    So much love and joy in your song at the end! Greetings from germany

  • @miketheburns
    @miketheburns 2 роки тому +13

    I actually like watching you figure stuff out on the fly. Sometimes more interesting than only getting the polished answers. I move you do this more often!

    • @rotordave81
      @rotordave81 2 роки тому +1

      I agree. I liked Robin's exploration in the video. Not every video has to be scripted and edited perfectly :)

    • @jjones503
      @jjones503 Рік тому

      As he says, he enjoys the journey of a project. It appears I'm not the only one who enjoys him taking that journey too.

  • @AndreiNeacsu
    @AndreiNeacsu 2 роки тому +3

    That is the smoothest scrolling with parallax that I ever saw on the C64. Awesome!

  • @alerey4363
    @alerey4363 2 роки тому +11

    3:39 the more 'sophisticated' magazines of the 80s had a line by line checksum code, printed on the magazine and it was included a "wedge" real time checksum program you can type before any article input, where a number on the screen appeared as soon as you hit the RETURN key and compare it to the printed checksum in each printed line you read; that way you can instantly catch your error, because if you misstype say DATA values 142 vs 141 and then happen to misstype another value i.e. 252 instead of 253, your overall checksum will be correct yet your code will do weird things or simply hang, depending on which part your mistakes were, i.e. opcodes or program sprite/char/bitmap data etc.
    I've made those mistakes in multi-page long programs and the checksum real-time program saved my life several times

    • @8_Bit
      @8_Bit  2 роки тому +2

      I'd argue The Transactor was the most sophisticated of all 8-bit magazines :) Those checksum programs were a slightly later innovation and I believe Transactor also got one in later issues. I think this issue is from early 1984 and most magazines started their checksum programs in late 1984 or in 1985; one of us would have to dig up old issues and find out exactly when.

  • @3vi1J
    @3vi1J 2 роки тому +4

    I remember that Transactor cover! I was always amazed at how much more technically informative Transactor was than the competing magazines. Going to shut up and actually watch the video now... :)

  • @properjob2311
    @properjob2311 2 роки тому +4

    Old computer magazines used to be great...alway looking forward to next months issue, typing in the listings and reading about all the new machines and games.

  • @CanadianRetroThings
    @CanadianRetroThings 2 роки тому +5

    Very interesting! I love going through all of the old magazines and finding the type in programs, I find it really helps in understanding how these old systems, the ones I am not overly familiar with, work! I even find tricks on the systems I do know well that I did not know about :)

  • @MrUlski
    @MrUlski 2 роки тому +2

    Hi Robin, I’m aware this is an older video but I just want to mention that I remember creating a similar program but instead of copying the data and show it as characters my program copied the data in to the sprite addresses or perhaps it was just one sprite - I used this to discover how sprites where designed in games.

  • @MarioSalvini
    @MarioSalvini Рік тому +1

    I like to see your raw analysis. Thats where the Eureka-Magic happens. 👍

  • @_..---
    @_..--- 2 роки тому +13

    That's actually kind of brilliant, love this kind of mini programs being included in magazines/books.

  • @jimmy21584
    @jimmy21584 2 роки тому +1

    A good bit of detective work. Back in the pre-internet days on the Amiga, machine code in BASIC may as well have been cuneiform black magic to me. I needed to wait until I got to PC with ASM and proper documentation before I could understand machine code.

  • @DavidYoud
    @DavidYoud 2 роки тому +2

    Ha, nice signoff :D Yeah, I bet that little program could have come in handy back in the day.

  • @csbruce
    @csbruce 2 роки тому +17

    3:44 It wouldn't wrap around if you used "dA" for "data".
    8:12 You might get a parallax-scrolling effect when you're character-scrolling the screen RAM.
    9:14 It seems like this is displaying regions of unmapped I/O space that return random values upon being read. The adjacent stable regions with a couple of bytes changing might be the mirrors of the VIC and CIA chips with the scanline or timer counters.
    17:02 If it's jumping up and down by pages, it would be much better to call GETIN for the pressed key, to control the repeat rate.
    25:00 It might help to display the "home" RAM page somewhere, such as on the last byte of the screen.
    26:25 It might be the original source for some of them. I remember giving 600-dpi scans of some issues to someone. I've never had my hands on any issues before Volume 4.

    • @Gameboygenius
      @Gameboygenius 2 роки тому +3

      You shouldn't even need to us dA. Just omit the spaces before/after DATA.

    • @SamuelFlint
      @SamuelFlint 2 роки тому +3

      It also wouldn't wrap around if he used shorter line numbers.

    • @Pandamad
      @Pandamad 2 роки тому +2

      Ideally the BASIC program could have 3 digit lines numbers to make the data lines fit on the screen. Using the dA abbreviation would not work at it would change to DATA the next time you list the program.

    • @pd209458
      @pd209458 2 роки тому +1

      I've got the same idea about "parallax" effect, but of course someone was faster ;)

  • @NeilRoy
    @NeilRoy 2 роки тому +1

    I used to love these sorts of programs. I recall writing my own version of it and just scrolling through RAM. It was like peering into another world.

  • @merykjenkins3274
    @merykjenkins3274 2 роки тому +12

    What an interesting program, a great way to visually understand what's going on. The song at the end reminded me of two excellent TV and movie characters, 'Bit' from Tron and 'Cursor ' from Automan. Whatever happened to Automan? Thanks Robin, a great start to the New Year!

    • @8_Bit
      @8_Bit  2 роки тому +5

      Thanks, yes, the song is very much inspired by Tron, and Automan was surely inspired by Tron :) UA-cam channel Toy Galaxy did a great video about Automan if you want to check it out. Happy New Year!

    • @8_Bit
      @8_Bit  2 роки тому +3

      Toy Galaxy: ua-cam.com/video/k4DWOn_4QqQ/v-deo.html

  • @m0nde
    @m0nde 2 роки тому +4

    Love the end sequence with the RAM display of the scrollie, happy new year!

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

    That's GREAT! I've been trying to remember/find the simple PEEK I,. NEXT I program a buddy of mine taught me 40 years ago on C-64 and Tandy. It was only 5 lines long or so and out put was similar to this. Was funny because I can still remember the Conputer class teacher catching a glimpse of what we were doing and it looked CRAZY.

  • @LeftoverBeefcake
    @LeftoverBeefcake 2 роки тому +1

    Yep, I've noticed some funky behavior from time to time when using Super Snapshot with my 64C... mostly when exiting the monitor to resume a program. Thankfully the "save early, save often" approach has saved my bacon many many times. This issue of Transactor looks like it will be a wealth of knowledge for a ML n00b like me. It was instructive to see your thought process as you were examining the program, thank you for including it.

  • @aresaurelian
    @aresaurelian 2 роки тому +2

    Using the data in the screen buffer for the next screen buffer write can be used for some nifty procedurally evolving code, almost life like.

  • @kojsbarv
    @kojsbarv 2 роки тому

    Love this stuff and the song in the end is adorable

  • @JGreen-le8xx
    @JGreen-le8xx 2 роки тому +3

    Happy New Year Robin.🎉

  • @moagnor
    @moagnor 2 роки тому +3

    So thats what The Matrix looked like in 1980s?

  • @aner_bda
    @aner_bda 2 роки тому +1

    Congratulations, you've discovered the Matrix on the C64.

  • @kaulbachskave1281
    @kaulbachskave1281 2 роки тому

    I think this magazine was named after the Transactor part of Personal Electronic Transactor. I used to borrow these from the library because I couldn't afford to purchase them.

  • @Breakfast_of_Champions
    @Breakfast_of_Champions 2 роки тому

    Ohhh what a great magazine! Wish we had had that here🤩

  • @matti157
    @matti157 2 роки тому

    Very nice video

  • @keyvanmehrbakhsh4069
    @keyvanmehrbakhsh4069 2 роки тому

    wow this was kinda the thing I've been looking for

  • @ian_b
    @ian_b 2 роки тому

    This happened to me all the time, back in the 80s getting transformed into machine language was a common hazard. Often you'd hear kids explaining to the teacher they were late for school because they'd been "Assembled". It never happens these days, it was a different time, that 8 bit world.

  • @dr.ignacioglez.9677
    @dr.ignacioglez.9677 2 роки тому +1

    I REALLY LOVE C64 👍🥂🎩

  • @moshly64
    @moshly64 2 роки тому +1

    Reminds me of the old sprite / font / bitmap ripper utility's.

  • @michielboland628
    @michielboland628 2 роки тому +2

    Funny how they appear to go through great lengths to make the code relocatable with this clv/bvc jumping but then use self modifying code for the copying.

  • @MD_il_microcanale
    @MD_il_microcanale 2 роки тому +1

    this is all very cool!

  • @thenorseguy2495
    @thenorseguy2495 2 роки тому +2

    Happy New Year Robin

  • @cairsahrstjoseph996
    @cairsahrstjoseph996 2 роки тому

    I had a bunch of Transactors (including that one) from 1982-1988 (gave them to TPUG some years ago). One of my favourite memories was the SAVE@ saga which went through several issues and which was finally solved for good.
    And yet, I never seemed to have tried this program.

  • @TheSimTetuChannel
    @TheSimTetuChannel 2 роки тому

    I heard Ram Scan and then went:
    Whoa, Bread Binny (Bam-ba-lam)
    Whoa, Bread Binny (Bam-ba-lam)
    Got it for xmas as a child (Bam-ba-lam)
    That commodore was wild (Bam-ba-lam)…

  • @jjones503
    @jjones503 Рік тому

    You sir, have entered the matrix.

  • @saganandroid4175
    @saganandroid4175 2 роки тому

    The scrolling contents, the screen feedback loops, etc., it seems like this could be the basis for a game of some kind. Just add Sprites and custom characters and initialize memory locations.

  • @batlin
    @batlin 2 роки тому

    The parallax effect at 25:25 is pretty neat. By drawing some of the screen memory to the screen, it overwrites what it's reading, so the effect is very much like when you hold two mirrors opposite each other to make an infinity mirror, or when you point a video camera at the screen displaying the live video feed.

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

      I've wondered if a slightly modified version of this program could produce a "C64 inspired" Doctor Who title sequence, since it seems like it could do a version of the "howl around" effect that the show's original title sequence became so well known for. :)

  • @ChrisCromwellHP
    @ChrisCromwellHP 11 місяців тому

    It would be very interesting to use this program to look into Video Ram, especially after playing a game!

  • @Ansatz66
    @Ansatz66 11 місяців тому

    Surely there should have been an assembler built into Basic so that people would have no reason to enter machine code as lists of numbers. Of course that would require more precious memory, but an assembler is so broadly useful that it would surely be worth having. It might even be worth having an assembler instead of Basic if a choice must be made between the two.

  • @lonewretch
    @lonewretch 2 роки тому

    Oh man, haha, that was SO OCD making the data statements line up :) I know how it is...

  • @wimwiddershins
    @wimwiddershins 2 роки тому

    It'd be kinda fun to print the bitmap of classic games onto t-shirts.

  • @logiciananimal
    @logiciananimal 2 роки тому

    Some of this reminds me of what PR#12 (without an OS) does on a Apple //c, which always seems to "diagonal scroll".

  • @MS-ho9wq
    @MS-ho9wq Рік тому

    15:50 It's called the run stop key

  • @davidlloyd1526
    @davidlloyd1526 2 роки тому

    I think the areas that are animated are actually not reading RAM (address space intended for cartridge and so on). When you read "nothing" you usually end up with whatever was last on the data bus (usually the VIC data)

  • @AthleticDesign
    @AthleticDesign 2 роки тому +1

    The first volume of Be an Interplanetary Spy was translated to Swedish. I bought in a supermarket out in the hicks and never saw it anywhere else. I thought it was just a one-off oddity. I I didn't now there was an entire series of them. neither did I know that they were from the US.

    • @8_Bit
      @8_Bit  2 роки тому

      I love that series of books and just last year finally completed my collection. I'm not sure why you're bringing it up though, did I somehow reference it in this video? I don't remember if I did, sorry :) I'm not complaining, just curious!

    • @AthleticDesign
      @AthleticDesign 2 роки тому

      @@8_Bit You don't mention it in the video, but in the caption: "strange dream after reading " "Be an Interplanetary Spy" books before bed"! Anyway, I'm tempted to go look for more books in that series, but I guess I have to look for the US originals which is fine by me :)

    • @8_Bit
      @8_Bit  2 роки тому +2

      @@AthleticDesign Oh, haha, sorry I missed that. I actually wrote that description some months ago and I find not many people read the descriptions - apparently not even the author when I post the video! That's cool that they made a Swedish version; there are 12 total in the series but maybe just the original was translated?

    • @AthleticDesign
      @AthleticDesign 2 роки тому +1

      @@8_Bit Haha! Well, I bought the first one while on holiday out in the countryside. I never saw it (or any other books in the series) in the bookstores and magazine stores in my university home town (Lund) where I could buy all the Fighting fantasy and Lone Wolf game books and all (and I mean all!) American and British computer magazines. But, googling now, I see that a second book also was published and that publisher was in Malmö, very close to my home town. They seem to mainly have published comics and pulp fiction and were called "Winthers förlag". The Swedish translations were called "Du är en Rymdspion: 1 Finn rymd-gangstern" and "Du är en Rymdspion: 2 Rädda Robotvärlden"

  • @andrewgillham1907
    @andrewgillham1907 2 роки тому

    In that same Transactor, just above the Ram Scan section you show, the 'Mirror' routine mentions that particular POKE you commented on in Ram Scan 64.
    It says:
    "However, it stops working after a Clear Screen is done, until the POKE in line 1040 is given. Can someone help us here? It's probably just some silly oversight that we can't seem to spot because of the clouds between us and the screen - you know the ones we mean, they're made of clear air? Hmm."
    Maybe Robin can help them out after all these years? The POKE might be needed on the Mirror program and not Ram Scan and it was just carried over.

  • @JohnnyWednesday
    @JohnnyWednesday 2 роки тому

    The ability to poke values into the displayed memory - IE draw art into memory - would be awesome :D also perhaps representing memory as pixels would allow for a more intuitive navigation of memory? or perhaps drawing a graphical bar using all the sprites to show an overview so you can see an indicator of where in the memory map you're currently looking - like a sprite cursor that moves along the edges of the screen to indicate the coordinates in memory when expressed as a 2D grid

    • @JohnnyWednesday
      @JohnnyWednesday 2 роки тому +1

      Also you could add some 'bookmarks' to the function keys - move the display to specific areas of interest - like the screen buffer - OS calls and chip registers and stuff? it'd be cool to have two areas of memory stored as bookmarks that you can jump between - and then have some code that runs on an interrupt that slowly copies data over from one part to the other - then you can monitor it using this program :D

  • @asmilefromgodzilla
    @asmilefromgodzilla 2 роки тому

    top

  • @ownpj
    @ownpj 2 роки тому

    9:11 Thats probably the end of colour RAM with its floating high nibbles, CIA#1 with its mirrors, CIA#2, and IO1 address space.

  • @forbiddenera
    @forbiddenera 2 роки тому

    Stuff like this really makes me miss my c128 .. parents got rid of it when we got a 486..don't know why tbh

  • @turbinegraphics16
    @turbinegraphics16 2 роки тому

    When hacking roms with tile layer pro you sometimes get that same parallax effect when scrolling.

  • @davecarroll
    @davecarroll 2 роки тому +2

    I'm always flabbergasted at the impressive recall that you have for things that happened decades ago. Do you have an eidetic memory? Any special tricks on focusing on recall?

    • @8_Bit
      @8_Bit  2 роки тому +3

      It does seem strange how vividly I remember a lot of these 8-bit moments in my childhood. I just need to read an old magazine, or boot up a game, or even just look at the C64 keyboard and memories come back.

  • @saganandroid4175
    @saganandroid4175 2 роки тому

    Of course there's a Maple leaf on it. Oh Canada.

  • @jakubkrcma
    @jakubkrcma Рік тому

    10:38 Maybe this was the first computer virus... 🤣🤣🤣 (I know Creeper was the first wannabe virus in 1971.)

  • @talideon
    @talideon 2 роки тому +1

    You could avoid the wrap by typing D♠, remember!

  • @m7hacke
    @m7hacke 2 роки тому +1

    Hi Robin. Thanks for all of the great videos. I have a question. Can you add labels to Assembly code using the ML monitor in the Super Snapshot or any monitor for that matter? For example, "loop LDA #05".

    • @8_Bit
      @8_Bit  2 роки тому +2

      Unfortunately no, I'm not aware of any C64 ML monitors that support labels. I'm not sure everyone would agree on the terminology, but the way I look at it is: Machine Code is just the raw bytes like A9 05 that you'd use a hex editor for, Machine Language allows mnemonics like LDA #5 that you'd use a ML monitor for, and Assembly Language allows symbols/labels like LOOP LDA #GREEN (or whatever) that you'd use a (Symbolic) Assembler for. 3 different levels, essentially.

    • @m7hacke
      @m7hacke 2 роки тому

      @@8_Bit Okay. Thank you.

    • @m7hacke
      @m7hacke 2 роки тому

      Okay, how about this. How do you add comments to Assembly code in the Super Snapshot ML monitor? I tried the semi-colon, but that did not work.

    • @8_Bit
      @8_Bit  2 роки тому +1

      ​@@m7hacke the sort of "simple assembler" built into Super Snapshot and Action Replay, or in SuperMon for that matter, don't support things like comments or labels. They're assembling directly into memory each time you press return, so there's no place for the comments to be stored really. It's only proper symbolic assemblers that store the assembly source file on disk or in another part of RAM, and then assemble the source into actual machine code that can handle comments.

  • @johnsensebe3153
    @johnsensebe3153 2 роки тому

    The parallax effect was from copying screen memory to screen memory. The screen goes from $400 to $7E7, and your BASIC program starts at $800, so it's very easy to get the parallax effect when viewing your program. I don't know what that other stuff was. I'm kind of amazed that the C-64 is messing with RAM constantly like that. Maybe something to do with the Super Snapshot cartridge? It would be really helpful to have the address displayed.

  • @MichaelDoornbos
    @MichaelDoornbos 2 роки тому

    "I may rewrite in TMP".... I double dog dare you ;-)

  • @SteveGuidi
    @SteveGuidi 2 роки тому +1

    Did you figure out what caused the cartridge to crash? I don't think I've ever seen Super Snapshot jump to a random monitor while in some other feature!
    It would have been nice to try a scavenger hunt game where you put some text in memory, then try to find it by scanning the display/memory with the cursor keys 🙂.

    • @8_Bit
      @8_Bit  2 роки тому +1

      No, I never did figure it out that crash. Pretty bizarre! I can only guess that the program was reading/writing some magic bytes in the Super Snapshot's bank control registers.
      I kind of did the scavenger hunt game when showing my patron credit program's code in the scanner during the end credits. But I edited out most of the actual hunting and just showed the parts I found :)

  • @paulvanderlaak700
    @paulvanderlaak700 2 роки тому

    Do the parallax in combination with 10 print random. An smooth would be nice 😃

  • @oliverakadjrunnerspoint5742
    @oliverakadjrunnerspoint5742 2 роки тому

    can I just type that into Basic on my C64 or do I need something else for that?

  • @ropersonline
    @ropersonline 2 роки тому

    3:46: If you had limited yourself to three-digit line numbers, you might have avoided the line-wrapping.

  • @pomakis
    @pomakis 2 роки тому

    I wrote a similar program back in 1987. It's neat getting so up-and-cozy with memory.
    (I tried posting a link to my program, but it doesn't seem to make it through. Is it because it's against some sort of policy?)

    • @8_Bit
      @8_Bit  2 роки тому

      UA-cam is really bad now about silently deleting comments, especially ones with links, but even those without. They don't even put them in a moderation bin for me to approve, they just outright delete them. Sorry about that!

    • @pomakis
      @pomakis 2 роки тому +1

      @@8_Bit That's frustrating. But it's not a big deal in this case because it's just a rinky-dink little program that I thought'd be fun to share.
      Still, I'm curious about how I can get a URL through. This is my seventh attempt, this time rot13ing everything and leaving out punctuation.
      uggc jjj cbznxvf pbz zrzbel%20qvfrpgbe cet

    • @eugenetswong
      @eugenetswong Рік тому

      @@pomakis Maybe you could every chunk of the url on a separate line.
      Google
      Com
      Page?asdf

  • @golomak6626
    @golomak6626 2 роки тому

    Interesting find! But I think something went wrong with the execution on your machine. The program doesn't change the text color, also I couldn't reproduce that "parallax effect" on my C64. Looking at the disassembly, I have to wonder why the author would use those "clv / bvc"-constructions? He could just have used "jmp" instead. And checking for the stop key ($ffe1) has no effect if he doesn't check the zero flag either. There is also a pointless branch at $035d: "bne $0365" which was probably supposed to be "bne $036c". So to sum it up, the program, while interesting, also looks a little shaky! That doesn't explain the malfunction on your computer though. I hope we'll get an update on that. :)

    • @8_Bit
      @8_Bit  2 роки тому +2

      The varying text colours as I demonstrate it are just from the current cursor colour when I SYS 828. I usually change my cursor colour to white for higher contrast (my viewers requested it), so it was white the first RUN. Then I hit STOP+Restore which reset it back to blue, and I ran again, so the text was blue.
      I think the CLV/BVC were used as a "branch always" which means the code would be easily relocatable, as branches are relative but JMPs are absolute. However, other aspects of the code (such as the self-modifying part) are not relocatable, so it's kind of a waste of a couple cycles. And yes, the check for the stop key isn't checked so it's all a little strange. I suppose this port from the PET original was hurried off right before the magazine went to press.

    • @golomak6626
      @golomak6626 2 роки тому

      @@8_Bit My mistake, I actually omitted the poke command in line 1040 (because I like my colors the way they are) and later forgot about that. :-( So really that was just an odd choice of colors by the author.

  • @Lion_McLionhead
    @Lion_McLionhead 2 роки тому

    Parallax effect doesn't make sense if every row moves by 1 character.

  • @przemekbundy
    @przemekbundy 2 роки тому +1

    why do you make spacing in the date line. like in listing. it doesn't matter?

    • @LordRenegrade
      @LordRenegrade 2 роки тому

      It's likely done that way to make it easier to see where you've made mistakes during typing. It otherwise doesn't matter - I input the program to an emulator (VICE 3.6) and didn't use the spaces, and it worked fine.

    • @8_Bit
      @8_Bit  2 роки тому +1

      Yeah, it's just easier to spot mistakes this way, no other reason.

  • @frankb763
    @frankb763 2 роки тому

    Hi Robin, my name Frank. I already pursue your videos for a while.
    I would have an inspiration because you could make a video about the SID in the C64. How to create an interrupt-powered song.
    I do not mean the notation, especially the technology behind it.
    I would like to program a game, which plays a song via interrupt.
    Maybe it is possible for you.
    Thank you ... Greetings from Germany

    • @8_Bit
      @8_Bit  2 роки тому

      Hi Frank, I think this video I made covers the playback aspect: ua-cam.com/video/EZAcD8aXVm4/v-deo.html

    • @frankb763
      @frankb763 2 роки тому

      @@8_Bit Thx Robin, i saw it to late. ;-)

  • @Tommymang
    @Tommymang 2 роки тому

    Who wrote this I wonder …

  • @eugenetswong
    @eugenetswong Рік тому

    Wow! I had to do a double take. You read, "Be An Interplanetary Spy"? I did, too.
    I got 4 original copies from a friend. We first met in Bible camp as kids, and then I got to read them there. In high school, I was probably too old to be reading them, but I got the old copies from him, and got the new issues.
    I think that there were only 12 copies. I'm so glad that I kept these in good condition.

  • @forbiddenera
    @forbiddenera 2 роки тому

    Probably acting weird because io mapped memory; simply reading certain addresses could have side effects.

  • @marcinEcXY
    @marcinEcXY 2 роки тому +1

    Ram Scam… 🙃

  • @MrRobertX70
    @MrRobertX70 2 роки тому

    Why waste time, resources and patience of your audience by recording your typing?

    • @ideegeniali
      @ideegeniali 2 роки тому

      There are easy navigation controls on youtube for audience to skip parts they're not interested into. Just skip the part you don't wanna see and let others see if they wish to.

    • @0LoneTech
      @0LoneTech 2 роки тому

      @@ideegeniali As it happens, I skipped it at first then rewound to the typing after the end. People have varied preferences.

  • @NotaWizard
    @NotaWizard 2 роки тому +2

    Very cool, thanks for that thorough walkthrough. I was wondering why they didn't get $FFE4 (GETIN) to read in the characters. Would it slow it down so much that you couldn't get that highspeed parallax effect? Perhaps raw key reads make the program more awe inspiring. :) haha
    btw, loved the outtro with the ram scanner of your program. :)

    • @8_Bit
      @8_Bit  2 роки тому +3

      Yeah, I'm not sure why they didn't use $FFE4 but your guesses are good: for speed or for awesome :)