+ 5
Course Request: 6502 Assembly
I would like to see a course for 6502 8-bit ASM - - kind of like the easy6502 example online but more in depth - - to improve the fundamental understanding of data, structure, memory size / management, as well as control flow. Then perhaps people will better realize that higher level languages build upon these concepts with ever increasing abstraction. Would anyone else be interested in such a course?
5 Answers
+ 3
You can send this request to info@sololearn.com
+ 2
Sounds interesting but unprofitable, so don't expect to see it happen. Anyway, suggestions don't really belong here, submit this idea as actual feedback to the team instead.
+ 1
It could cover aspects of the following:
Base Number Systems
Positional Notation
Binary to Decimal to Hexadecimal conversion
Labels
Instructions
OpCodes
Memory Addresses
Memory Pages (Zero Page for example)
The Stack
Low byte / High byte
Big Endian / Little Endian
Bit Flags
Bitwise Operations
Twoâs Complement
Data Compression
CPU Cycles*
etcâŠ
- - - - - - - - - -
*some instructions require multiple cycles to complete the task; hence, speed differences in execution times
+ 1
Info@sololearn.com
0
Understood. Thanks for looking out and I appreciate the feedback. Cheers.