代码搜索:Mac 开发教程
找到约 10,000 项符合「Mac 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/123064/14650013
mac exebin2.mac
; -*- nasm -*-
; NASM macro file to allow the `bin' output format to generate
; simple .EXE files by constructing the EXE header by hand.
; Adapted from a contribution by Yann Guidon
www.eeworm.com/read/123064/14650037
mac c16.mac
; NASM macro set to make interfacing to 16-bit programs easier -*- nasm -*-
%imacro proc 1 ; begin a procedure definition
%push proc
global %1
%1: push bp
mov bp,sp
%if
www.eeworm.com/read/123064/14650047
mac c32.mac
; NASM macro set to make interfacing to 32-bit programs easier -*- nasm -*-
%imacro proc 1 ; begin a procedure definition
%push proc
global %1
%1: push ebp
www.eeworm.com/read/123064/14650057
mac myc32.mac
; NASM macro set to make interfacing to 32-bit programs easier
; Also cool little macros to make NASM emulate some MASM things.
;
; Originally included in NASM. Modifications by Peter Johnson, 199
www.eeworm.com/read/222608/14683956
so mac-ce.so
www.eeworm.com/read/222608/14683967
so mac-thai.so
www.eeworm.com/read/222608/14684034
so mac-croatian.so
www.eeworm.com/read/222608/14684051
so mac-ukraine.so
www.eeworm.com/read/222608/14684058
so mac-cyrillic.so
www.eeworm.com/read/222608/14684063