• Any other assembly coders

    From Elder0010@DIGDIST/RDBBS to All on Fri Sep 23 06:38:00 2016
    In my free time, i love to code things on old platforms such as Commodore 64 and Vectrex. I am about to explore new stuff, like Atari VCS or Intellivision. Someone else around who codes on such kind of platforms?
    /q

    ---
    þ Synchronet þ RetroDigital BBS - rdnetbbs.com
  • From Nightfox@DIGDIST to Elder0010 on Thu Sep 29 14:56:00 2016
    In my free time, i love to code things on old platforms such as Commodore 64 and Vectrex. I am about to explore new stuff, like Atari VCS or Intellivision. Someone else around who codes on such kind of platforms?

    I don't, although I took a couple of Intel x86 assembly language classes in college. I thought it was fun. I haven't done any assembly coding since those classes though (I've used other languages in my jobs since then).

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Elder0010@DIGDIST/VELENO to Nightfox on Thu Oct 13 21:18:00 2016
    Re: Any other assembly coders
    By: Nightfox to Elder0010 on Thu Sep 29 2016 14:56:00

    I don't, although I took a couple of Intel x86 assembly language classes in college. I thought it was fun. I haven't done any assembly coding since those classes though (I've used other languages in my jobs since then).

    x86 is cool, but I think that if you start with 6502 it's better because you can handle it easier. Less opcodes, simpler processes and so on. And also you can work with some very cool machines of the past which required ASM necessarily to obtain serious results, and the nostalgia factor will motivate you more! I have coded and released some demos and crack intros for the Commodore64, and for some of them I have provided the source code as well. You can check it out at bitbucket.org/elder0010
    ---
    þ Synchronet þ VELENO BBS - velenobbs.ddns.net
  • From Nightfox@DIGDIST to Elder0010 on Fri Oct 28 09:21:00 2016
    I don't, although I took a couple of Intel x86 assembly language
    classes in college. I thought it was fun. I haven't done any
    assembly coding since those classes though (I've used other
    languages in my jobs since then).

    x86 is cool, but I think that if you start with 6502 it's better because you can handle it easier. Less opcodes, simpler processes and so on. And also you can work with some very cool machines of the past which required ASM necessarily to obtain serious results, and the nostalgia factor will motivate you more! I have coded and released some demos and crack intros for the Commodore64, and for some of them I have provided the source code as well. You can check it out at bitbucket.org/elder0010

    That sounds interesting.

    I thought x86 assembly was alright. I think my assembly classes in college taught x86 because Intel x86 is very common in the marketplace for business & home computers. They would adjust their curriculum so that students would have the most marketable job skills according to what the job market was looking for.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Deavmi@DIGDIST/KK4QBN to Nightfox on Wed Mar 22 17:58:00 2017
    I should try assembly out oneday. Looks very fun and interesting.

    +==========+

    Regards,
    Tristan B. Kildaire (Deavmi)

    Email: deavmi@ewbbs.synchro.net; deavmi@kk4qbn.synchro.net

    +==========+
    ---
    þ Synchronet þ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Vk3jed@DIGDIST/FREEWAY to Deavmi on Thu Mar 23 17:46:00 2017
    Deavmi wrote to Nightfox <=-

    I should try assembly out oneday. Looks very fun and interesting.

    I used to know assembler for several micros. Off the top of my head, they included:

    8086/8088
    8080
    6809
    6502 (limited)
    PIC 16F84

    Even know a few 8086 op codes in hex - for example, the jump to the PC's reset vector: EA 00 00 FF FF (JMP FFFF:0).


    ... My spelling? Oh, it's just line noise.
    --- MultiMail/Win32 v0.49
    þ Synchronet þ Freeway BBS in Bendigo, Australia.
  • From Elder0010@DIGDIST/BATTLEST/FREEWAY to All on Fri Sep 23 06:38:00 2016
    In my free time, i love to code things on old platforms such as Commodore 64 and Vectrex. I am about to explore new stuff, like Atari VCS or Intellivision. Someone else around who codes on such kind of platforms?
    /q

    ---
    þ Synchronet þ RetroDigital BBS - rdnetbbs.com
  • From Nightfox@DIGDIST/BATTLEST/FREEWAY to Elder0010 on Thu Sep 29 14:56:00 2016
    In my free time, i love to code things on old platforms such as Commodore 64 and Vectrex. I am about to explore new stuff, like Atari VCS or Intellivision. Someone else around who codes on such kind of platforms?

    I don't, although I took a couple of Intel x86 assembly language classes in college. I thought it was fun. I haven't done any assembly coding since those classes though (I've used other languages in my jobs since then).

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Elder0010@DIGDIST/BATTLEST/FREEWAY to Nightfox on Thu Oct 13 21:18:00 2016
    Re: Any other assembly coders
    By: Nightfox to Elder0010 on Thu Sep 29 2016 14:56:00

    I don't, although I took a couple of Intel x86 assembly language classes in college. I thought it was fun. I haven't done any assembly coding since those classes though (I've used other languages in my jobs since then).

    x86 is cool, but I think that if you start with 6502 it's better because you can handle it easier. Less opcodes, simpler processes and so on. And also you can work with some very cool machines of the past which required ASM necessarily to obtain serious results, and the nostalgia factor will motivate you more! I have coded and released some demos and crack intros for the Commodore64, and for some of them I have provided the source code as well. You can check it out at bitbucket.org/elder0010
    ---
    þ Synchronet þ VELENO BBS - velenobbs.ddns.net
  • From Nightfox@DIGDIST/BATTLEST/FREEWAY to Elder0010 on Fri Oct 28 09:21:00 2016
    I don't, although I took a couple of Intel x86 assembly language
    classes in college. I thought it was fun. I haven't done any
    assembly coding since those classes though (I've used other
    languages in my jobs since then).

    x86 is cool, but I think that if you start with 6502 it's better because you can handle it easier. Less opcodes, simpler processes and so on. And also you can work with some very cool machines of the past which required ASM necessarily to obtain serious results, and the nostalgia factor will motivate you more! I have coded and released some demos and crack intros for the Commodore64, and for some of them I have provided the source code as well. You can check it out at bitbucket.org/elder0010

    That sounds interesting.

    I thought x86 assembly was alright. I think my assembly classes in college taught x86 because Intel x86 is very common in the marketplace for business & home computers. They would adjust their curriculum so that students would have the most marketable job skills according to what the job market was looking for.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Deavmi@DIGDIST/BATTLEST/FREEWAY to Nightfox on Wed Mar 22 17:58:00 2017
    I should try assembly out oneday. Looks very fun and interesting.

    +==========+

    Regards,
    Tristan B. Kildaire (Deavmi)

    Email: deavmi@ewbbs.synchro.net; deavmi@kk4qbn.synchro.net

    +==========+
    ---
    þ Synchronet þ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365