.NET
wing.asc
Associated article: Implementing Games for Windows
Tags: .NET
_IMPLEMENTING GAMES FOR WINDOWS_ by James Finnegan Example 1: (a) xor ax,ax mov ah,80h add ax, ax ;;Will o/flow in 16 bits jc short &n&_fix_cs (b) mov bx,cs ... mov es,ax mov di.sp ...


