Author Topic: What assembly languages do you know?  (Read 17790 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: What assembly languages do you know?
« Reply #30 on: April 24, 2011, 07:51:45 am »
I am learning z80 asm atm. I think I wont gonna learn others between now and ~3 years :P

I probably won't learn anything else rather than Z80 and x86, since I'm a high-level guy :D

Offline ralphdspam

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 841
  • Rating: +38/-1
  • My name is actually Matt.
    • View Profile
Re: What assembly languages do you know?
« Reply #31 on: May 03, 2011, 09:23:07 pm »
Does anybody else know MOS 6502 Assembly?  Until you start to learn 6502, you don't know how much you take HL for granted.
ld a, 0
ld a, a

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: What assembly languages do you know?
« Reply #32 on: May 03, 2011, 09:25:11 pm »
Does anybody else know MOS 6502 Assembly?  Until you start to learn 6502, you don't know how much you take HL for granted.
I've learned it, but never written anything in it. Yeah, it's kind of tough only having three 8-bit registers (plus 8-bit stack pointer and flags registers)
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Goplat

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 289
  • Rating: +82/-0
    • View Profile
Re: What assembly languages do you know?
« Reply #33 on: May 04, 2011, 10:54:04 pm »
I'd say in a way it can be easier - you don't have to think as much about what data you should put in registers vs. memory, or which register to put something in, since you don't get much of a choice.
Numquam te deseram; numquam te deficiam; numquam circa curram et te desolabo
Numquam te plorare faciam; numquam valedicam; numquam mendacium dicam et te vulnerabo

Offline ralphdspam

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 841
  • Rating: +38/-1
  • My name is actually Matt.
    • View Profile
Re: What assembly languages do you know?
« Reply #34 on: May 04, 2011, 11:09:59 pm »
It can be cumbersome to store all of your 16 bit pointers to ram, though. 
On the other hand, the 6502 takes less T-States per instruction.  (Then again, you have to make more ram stores/reads.)

I also should learn x86.  I don't really know what to do with the extra 24 bits, though. :P
« Last Edit: May 04, 2011, 11:10:23 pm by ralphdspam »
ld a, 0
ld a, a

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: What assembly languages do you know?
« Reply #35 on: May 04, 2011, 11:23:01 pm »
It can be cumbersome to store all of your 16 bit pointers to ram, though. 
On the other hand, the 6502 takes less T-States per instruction.  (Then again, you have to make more ram stores/reads.)

I also should learn x86.  I don't really know what to do with the extra 24 bits, though. :P
Though the 6502 had less t-states per instruction, it was usually at a lower clock speed than the z80, anyway.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: What assembly languages do you know?
« Reply #36 on: May 05, 2011, 09:23:18 am »
I also should learn x86.  I don't really know what to do with the extra 24 bits, though. :P

When would you ever use more than 16 bits in a number, right? ;)




Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: What assembly languages do you know?
« Reply #37 on: May 05, 2011, 01:22:49 pm »
All the time :P

Anyway, for whoever asked about 6502 Assembly: http://atariwiki.strotmann.de/wiki/Wiki.jsp?page=6502%20Assembly%20Code
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ