- 博客(3)
- 资源 (7)
- 收藏
- 关注
转载 Windows下的Objective-C集成开发环境(IDE)
开始的准备: http://download.youkuaiyun.com/detail/pjm1227/8312563 gnustep-core-0.30.0-setup.exe 8.97 MB (9,407,977 字节) http://download.youkuaiyun.com/download/ansionnal/6036981 gnustep-devel-1.4.0-setup.exe 44.2
2016-07-08 11:56:04
440
原创 王爽第九章依据位移进行转移的jmp指令
assume cs:code code segment start: mov ax,0 jmp short s add ax,1 s: inc ax mov ax,4c00h int 21h code ends end start 其中 jmp short s 相当于 jmp short 8
2015-11-01 19:04:54
716
原创 王爽第九章 9.1操作符offset
assume cs:code code segment start:mov ax,offset start s:mov ax,offset s mov ax,4c00h int 21h code ends end start offset start的值是0 offset s的值是3 指令相当于 mov ax,0 mov ax,3
2015-11-01 18:15:16
392
Unity+5实战+使用C#和Unity开发多平台游戏+,Joseph+Hocking著+,P298+,2016.05+sample
2017-10-09
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人