6502 Microprocessor Projects for Beginners Part 3

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 8

  • @ncro-il8ur
    @ncro-il8ur ปีที่แล้ว

    Now you've really got me interested in playing about with these old microprocessors! Really enjoy these videos aimed at beginners, thank you!

    • @lishaton
      @lishaton  ปีที่แล้ว

      You're most welcome! Yes, brings back the fun into actually making one of these things work. Good luck if you try a spot of experimenting with one yourself.

  • @tomfaires1700
    @tomfaires1700 ปีที่แล้ว

    Nice series.

    • @lishaton
      @lishaton  ปีที่แล้ว

      Thank you. One always hopes that someone will find them either useful or interesting!

  • @ostrov11
    @ostrov11 ปีที่แล้ว

    Хорошая работа, спасибо.

    • @lishaton
      @lishaton  ปีที่แล้ว

      Спасибо :-)

  • @mikey38632
    @mikey38632 11 หลายเดือนก่อน

    I had this video on while doing some data entry, so I might have missed if you pointed it out, but - is the program written in Assembly? Would there be a way to compile from C++ for a microprocessor like I might for a microcontroller?

    • @lishaton
      @lishaton  11 หลายเดือนก่อน +1

      A good question! In keeping with all my own micro' work, I wrote this in machine code. (I always do things the hard way!) The idea behind using this technique for my videos is to keep things as simple as possible. I remember when I started writing my first few lines of code, I didn't own a computer at that point and knew nothing of assemblers either. For this reason you can see why machine code was the only way forward for me. Obviously for a beginners perspective today, using an assembler must be the logical way forward, as everyone must at least have access to a computer.
      As far as compiling from C++ is concerned, according to a quickie Google search, there are plenty of them out there that will. Do check this out yourself and see if any suit your purposes. It goes without saying, that there are many assemblers for the 6502 if that's your choice in the end.