Off Topic > Off Topic

Programming Megathread

Pages: << < (200/241) > >>

Bloody Mary:


--- Quote from: Nickelob Ultra on November 14, 2016, 09:52:13 PM ---Bump, anyone have any experience with Assembly?  Any protips, hints, etc. that may be of use?  Currently diving headfirst into it in class right about now.

--- End quote ---

Do you know about gcc's -S switch? It lets you compile C code into assembly. It's very helpful. You can get a great idea on how to implement simple operations in assembly, like array iteration or calling functions. I recommend checking it out if you haven't already.

Metario:


--- Quote from: Nickelob Ultra on November 14, 2016, 09:59:30 PM ---Well regardless of its practicality I don't have a choice, I'm learning it for class.  We've basically covered a good portion of C at this point I think, this class is two parts with probably 2/3rds C and 1/3rd Assembly.  Java was the first line of classes (for covering basics, data structures (trees, heaps, maps, etc.), etc.).

--- End quote ---
Watch SM64 reversing videos (by pannekoek and etc). They'll help you get a feel of asm

chrisbot6:

Thought I'd share this:
An OS that does nothing but print "Hello, Kernel World!"

Available in ISO but please run it in VirtualBox, it's not a very good main OS

cooolguy32:

I learned Batch and I know it's easy and doesn't really have any uses, but it's fun to play around with.

SubDaWoofer:


--- Quote from: cooolguy32 on December 03, 2016, 05:02:13 PM ---I learned Batch and I know it's easy and doesn't really have any uses, but it's fun to play around with.

--- End quote ---
>batch
>>>>>>>>>>>>>>>>>>>>>>>>>>>>batch

Pages: << < (200/241) > >>

Go to full version