全部博文(321)
发布时间:2013-04-03 13:34:33
操作系统:ubuntu11.10 MOV指令的基本格式: movx source, destination source 和 destinatino 的值可以是内存地址,存储在内存中的数据值,指令语句中定义的数据值,或者是寄存器。注意:GNU汇编器使用 AT&T 样式的语法,.........【阅读全文】
发布时间:2013-03-28 23:20:48
/* * armboot - Startup Code for ARM920 CPU-core * * Copyright (c) 2001Marius Gr鰃er * Copyright (c) 2002Alex Z黳ke * Copyright (c) 2002Gary Jennejohn * * See file CREDITS for list of pe.........【阅读全文】
发布时间:2013-03-28 23:19:11
/* * (C) Copyright 2002-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH * Marius Groeger * * See file CREDITS for list of people who contributed .........【阅读全文】
发布时间:2013-03-28 23:17:42
/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Add to readline cmdline-editing by * (C) Copyright 2005 * JinHua Luo, GuangDong Linux Center, * * See file CREDITS for list of people who cont.........【阅读全文】