代码搜索:如何学习 Mac?
找到约 10,000 项符合「如何学习 Mac?」的源代码
代码结果 10,000
www.eeworm.com/read/435646/7788347
mac version.mac
%define __NASM_MAJOR__ 0
%define __NASM_MINOR__ 98
%define __NASM_SUBMINOR__ 39
%define __NASM_PATCHLEVEL__ 0
%define __NASM_VERSION_ID__ 000622700h
%define __NASM_VER__ "0.98.39"
www.eeworm.com/read/435646/7788361
mac exebin.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/435646/7788364
mac scitech.mac
;****************************************************************************
;*
;* ========================================================================
;*
;* The contents of this file are
www.eeworm.com/read/435646/7788433
mac standard.mac
; Standard macro set for NASM -*- nasm -*-
; Macros to make NASM ignore some TASM directives before the first include
; directive.
%idefine IDEAL
%idefine JUMPS
%idefine P386
www.eeworm.com/read/435025/7798914
h mac.h
#ifndef __MAC_H
#define __MAC_H
#define RX_FRAME_SIZE 64
#define TX_FRAME_SIZE 16
struct frame_desc_struct {
unsigned long frame_data_ptr; // [31] Ownership 0=CPU, 1=BDMA
unsigned long reserved;
www.eeworm.com/read/435025/7798938
c mac.c
#include "types.h"
#include "bioscall.h"
#include "eth.h"
#include "board.h"
#include "mac.h"
static struct frame_desc_struct rx_fd[RX_FRAME_SIZE];
static struct frame_desc_struct tx_fd[TX_FRAM
www.eeworm.com/read/435025/7798943
o mac.o
www.eeworm.com/read/297223/7800382
skn mac.skn
www.eeworm.com/read/399902/7827202
h mac.h
#ifndef __MAC_H
#define __MAC_H
int board_eth_init(void);
int board_eth_lnk_stat(void);
int board_eth_send(unsigned char *data, unsigned int len);
int board_eth_rcv(unsigned char *data, unsigned int
www.eeworm.com/read/399259/7877202
mac _objects.mac
ALPHA_OBJECTS= \
obj\alpha\totalio.obj
PASS0_ALPHA_OBJECTS=
MIPS_OBJECTS= \
obj\mips\totalio.obj
PASS0_MIPS_OBJECTS=
386_OBJECTS= \
obj\i386\totalio.obj
PASS0_386_OBJECTS=
PPC_OBJ