防御 发表于 2025-3-23 13:12:09
http://reply.papertrans.cn/83/8293/829271/829271_11.png不能和解 发表于 2025-3-23 14:55:39
http://reply.papertrans.cn/83/8293/829271/829271_12.png简洁 发表于 2025-3-23 21:34:43
http://reply.papertrans.cn/83/8293/829271/829271_13.pngneutralize 发表于 2025-3-24 01:41:21
https://doi.org/10.1007/978-3-319-30004-7Computer games; Computer systems; Computing history; Data compression; Code obfuscation; Memory managemen代替 发表于 2025-3-24 05:06:38
Introduction,This first chapter sets the stage for the remainder of the book, examining what a retrogame actually . (there are many subtle nuances) and the constraints that underlie later topics. It also provides a brief introduction to a common CPU driving retrogames, the 6502, along with the pseudo-assembly syntax used in the book.alcohol-abuse 发表于 2025-3-24 10:10:16
Memory Management,Not only do the memory management techniques used in retrogames underlie those seen in modern operating systems, but memory and its management continues to be an issue, like fitting data into caches and trading space for time.transplantation 发表于 2025-3-24 11:11:28
Interpreters,Interpretation is widely used to implement a lot of popular programming languages today. There are a number of retrogame examples that use interpreters; text adventure/interactive fiction games used them extensively for portability and size considerations, but there are also examples from arcade, pinball, and action-based games.fiscal 发表于 2025-3-24 18:44:10
Data Compression,As a rule, our data needs continually outstrip our capacity to store it and get it from one place to another, making data compression a highly relevant topic even now. Retrogames had the extra incentive of having to fit in limited memory and secondary storage, and they employed various techniques to compress both text and images.故意钓到白杨 发表于 2025-3-24 22:08:16
http://reply.papertrans.cn/83/8293/829271/829271_19.pngdeclamation 发表于 2025-3-25 01:49:18
Protection,Now, as in the retrogame era, protecting code from analysis and copying is a concern and an active area of study. Protection schemes both old and new can be viewed through the lens of computer security.