Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

x86 Assembly grinds?

  • 12-03-2014 10:44am
    #1
    Registered Users Posts: 587 ✭✭✭


    Hi all,
    just wondering if anyone here has a background in assembly language?
    Im currently a third level student and looking for grinds in it.
    Im living in the Dublin area.
    If anyone is interested let me know.
    thanks!


Comments

  • Registered Users Posts: 587 ✭✭✭ccull123


    sorry if im hijacking this thread.
    im currently doing x86 assembly language and finding it hard. Anyone know of anybody doing grinds in the Dublin area for it?


  • Registered Users Posts: 40,055 ✭✭✭✭Sparks


    Mod note: Yeah, it's hijacking. Split out to its own thread


  • Registered Users Posts: 2,709 ✭✭✭MyPeopleDrankTheSoup


    sorry, no help OP.

    But curious what courses in Ireland do x86 assembly? Sounds like great fun.


  • Registered Users Posts: 47 cregganna


    sorry, no help OP.

    But curious what courses in Ireland do x86 assembly? Sounds like great fun.

    Likewise, long time since I've done x86 dev, was wondering what course you're on OP?


  • Registered Users Posts: 23,212 ✭✭✭✭Tom Dunne


    A computer science or computer engineering, perhaps?

    Currently looking at ARM assembly myself for the Raspberry Pi. Still not quite sure why...


  • Advertisement
  • Closed Accounts Posts: 8,016 ✭✭✭CreepingDeath


    sorry, no help OP.

    But curious what courses in Ireland do x86 assembly? Sounds like great fun.

    In fairness, when I learnt 80x86 assembly language over 20 years ago, it was actually a good grounding to write my own Java class file disassembler about 5 years ago.
    Knowing about the stack and operators which use the stack really helped.
    When you know that the stack is empty, it marks the end of a Java statement.

    The reason why the Java virtual machine can run Java byte code on all sorts of machines is that is doesn't care about registers or register size, everything is performed on the stack.

    So I can still see a reason to teach assembly language in college.
    In fact, with more and more embedded devices, I see a renaissance in assembly language for low level coding to take advantage of low powered devices like smart watches, NAS drives, satellite boxes etc.


  • Registered Users Posts: 40,055 ✭✭✭✭Sparks


    Tom Dunne wrote: »
    Currently looking at ARM assembly myself for the Raspberry Pi. Still not quite sure why...
    Masochism?


  • Registered Users Posts: 1,547 ✭✭✭rock22


    What processor?


  • Registered Users Posts: 587 ✭✭✭ccull123


    rock22 wrote: »
    What processor?

    X86 mate.


  • Registered Users Posts: 8,219 ✭✭✭Calina


    Tom Dunne wrote: »
    A computer science or computer engineering, perhaps?

    Currently looking at ARM assembly myself for the Raspberry Pi. Still not quite sure why...

    Planning the same myself. I just haven't had time lately.


  • Advertisement
  • Registered Users Posts: 23,212 ✭✭✭✭Tom Dunne


    Calina wrote: »
    Planning the same myself. I just haven't had time lately.

    Great resource: http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/ok01.html


  • Registered Users Posts: 8,219 ✭✭✭Calina


    Tom Dunne wrote: »

    Oh, that is making me mega happy.


  • Moderators, Science, Health & Environment Moderators, Social & Fun Moderators, Society & Culture Moderators Posts: 60,082 Mod ✭✭✭✭Tar.Aldarion


    sorry, no help OP.

    But curious what courses in Ireland do x86 assembly? Sounds like great fun.

    I did it when I did Electronic and Computer Engineering in NUIG, along with the likes of VHDL.


Advertisement