代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/367274/9763519
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/367274/9763547
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/367274/9763553
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/367274/9763562
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/367274/9763888
mac outas86.mac
OUT: as86
%define __SECT__ [section .text]
%macro __NASM_CDecl__ 1
%endmacro
www.eeworm.com/read/367274/9763895
mac outrdf2.mac
OUT: rdf2
%define __SECT__ [section .text]
%imacro library 1+.nolist
[library %1]
%endmacro
%imacro module 1+.nolist
[module %1]
%endmacro
%macro __NASM_CDecl__ 1
%endmacro
www.eeworm.com/read/171076/9772352
paf 16_mac.paf
www.eeworm.com/read/171076/9772358
pjt 16_mac.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\documents and settings\ccgcj\my documents\_mac_16bit\16_MAC\"
ProjectType=Executabl
www.eeworm.com/read/171076/9772360
asm 16mac.asm
.global _main
.text
N .set 10 ;设置计数值
_main:
mvkl .s1 0x80000,a8
mvkh .s1 0x80000,a8 ;A8存放数据地址1
mvkl .s1 0x60000,a9
mvkh .s1 0x60000,a9 ;A9存放数据地址2
www.eeworm.com/read/171003/9776452
c mac_init.c
/*************************************************************************/
/* */
/* FILE NAME