Dirty tricks 6502 programmers use (2019)
nurpax.github.io
Dirty tricks 6502 programmers use (2019)
1–10 of 68 posts
Re: Dirty tricks 6502 programmers use (2019)
#2Re: Dirty tricks 6502 programmers use (2019)
#3Re: Dirty tricks 6502 programmers use (2019)
#4I remember the annoyance a lot of people had with the non-sequential layout of text/graphics memory on the Apple ][ (thanks to Woz’s clever hacks to reduce chip count), but when writing assembly code to access screen locations, it turned out that it was actually easier to deal with the somewhat weird arrangement of bytes than it would have if everything were sequentially arranged in memory. Those little 8-byte gaps e…
Re: Dirty tricks 6502 programmers use (2019)
#5I remember the annoyance a lot of people had with the non-sequential layout of text/graphics memory on the Apple ][ (thanks to Woz’s clever hacks to reduce chip count), but when writing assembly code to access screen locations, it turned out that it was actually easier to deal with the somewhat weird arrangement of bytes than it would have if everything were sequentially arranged in memory. Those little 8-byte gaps e…
I’ve run into a similar effect when reverse engineering custom http packet protocols - the ones that have a unique pattern to the data structure are often easier to discern the usefulness of at a glance before even extracting the data I’m looking for!
Re: Dirty tricks 6502 programmers use (2019)
#6I remember the annoyance a lot of people had with the non-sequential layout of text/graphics memory on the Apple ][ (thanks to Woz’s clever hacks to reduce chip count), but when writing assembly code to access screen locations, it turned out that it was actually easier to deal with the somewhat weird arrangement of bytes than it would have if everything were sequentially arranged in memory. Those little 8-byte gaps e…
https://www.theverge.com/2021/7/5/22564151/karateka-apple-ii...
Re: Dirty tricks 6502 programmers use (2019)
#7Re: Dirty tricks 6502 programmers use (2019)
#8Re: Dirty tricks 6502 programmers use (2019)
#9Thread some years ago https://news.ycombinator.com/item?id=20732867