|
|
|
|
|
by dsr_
3719 days ago
|
|
Start with an assembly language designed for teaching: MMIX. http://mmix.cs.hm.edu/index.html There are books, courses, homework, and lots of free resources -- in particular, emulators. Then find a project that interests you, and learn what you need to do for that. 68000 assembly? Forth? Graphics on a VGA card emulated in a VM running MS-DOS? All of these things are entirely do-able. Or find a project that is already in development and contribute to it. The important bit is your own motivation. |
|