8
osmarks
7y

I'm considering learning some variant of assembly.

Yes, I mean that seriously.

Comments
  • 0
    Well sure, why not, but... why?
  • 0
    @kvsm Well, it looks interesting.
  • 0
    @osmarks good enough for me ☺

    It is interesting, I found it interesting to write a simple program in some other language and see how that gets compiled to assembly.
  • 0
  • 0
    Assembly has nothing difficult, it's a few very simple functions (add, substract, write...). Half a day and you're done.
    Writing a program in assembly is hell, cause you have nothing but these functions!
  • 0
    Writing anything which has any significant functionality will be a waste of time. C should be perfectly good and fine for anything you need, and you may learn equal amount.
Add Comment