摘要: FindArray Example Let’s create a program that shows how a sample C++ compiler generates code for a function named FindArray. Later, we will write an a 阅读全文
posted @ 2016-10-24 23:43 dreamafar 阅读(236) 评论(0) 推荐(0)
摘要: Linking to C/C++ in Protected Mode Programs written for x86 processors running in Protected mode can sometimes have bottlenecks that must be optimized 阅读全文
posted @ 2016-10-24 23:09 dreamafar 阅读(587) 评论(0) 推荐(0)
摘要: To demonstrate the use of colors and attributes, the WriteColors.asm program creates an array of characters and an array of attributes, one for each c 阅读全文
posted @ 2016-10-24 16:23 dreamafar 阅读(440) 评论(0) 推荐(0)