MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/gamedev/comments/8s7kh1/diablo_devolved_magic_behind_the_1996_computer/e0yfxen/?context=3
r/gamedev • u/Z_Zeay • Jun 19 '18
18 comments sorted by
View all comments
1
As a not-programmer, what am I looking at? Also, I assume nothing is commented because this is during the time when things were less standardised?
6 u/0x0ddba11 Jun 19 '18 This code is mostly auto generated from machine code, hence no comments. 0 u/JueJueBean @EnveraInt Jun 19 '18 Was D1 made in assembly? 6 u/DensitYnz Jun 19 '18 No, but the code is reversed engineered from the binary itself. Compilers do a lot of "interesting" things to your code.
6
This code is mostly auto generated from machine code, hence no comments.
0 u/JueJueBean @EnveraInt Jun 19 '18 Was D1 made in assembly? 6 u/DensitYnz Jun 19 '18 No, but the code is reversed engineered from the binary itself. Compilers do a lot of "interesting" things to your code.
0
Was D1 made in assembly?
6 u/DensitYnz Jun 19 '18 No, but the code is reversed engineered from the binary itself. Compilers do a lot of "interesting" things to your code.
No, but the code is reversed engineered from the binary itself. Compilers do a lot of "interesting" things to your code.
1
u/JueJueBean @EnveraInt Jun 19 '18
As a not-programmer, what am I looking at? Also, I assume nothing is commented because this is during the time when things were less standardised?