联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Assembly(467) 

[人工智能/神经网络/深度学习] MBS-Assembly

开发了用于基于微控制器的系统分配的汇编代码,有效地计算16位有符号整数的平方。它采用乘法处理,处理两个输入寄存器,并将32位结果存储在存储器中。熟练地管理内存地址和进位,展示了低级编程的熟练程度
Developed assembly code for a Microcontroller Based Systems assignment, efficiently calculating the square of a 16-bit signed integer. Employing a multiplication process, it processes two input registers and stores the 32-bit result in memory. Expertly manages memory addresses and carry bits, showcasing proficiency in low-level programming (2024-03-28, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1711639879214582.html

[其他智力游戏] NESAssemblyGameDevelopment

NES控制台的一款具有挑战性的游戏,专门用6502汇编语言编程。在两个阶段的错综复杂的迷宫中导航,在时间耗尽之前到达出口。屏幕移动、动态平铺和有限的时间增加了兴奋感。计算机体系结构II教育项目
A challenging game for the NES console, programmed exclusively in 6502 assembly language. Navigate through two stages of intricate mazes, reaching the exit before time runs out. Screen movement, dynamic tilesets, and limited time add excitement. Educational project for Computer Architecture II (2024-03-26, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1711406241933384.html

[汇编语言] -Unix-programming-concepts-

在此GitHub存储库中探索Unix编程概念,包括内部数据表示、汇编级机器架构、寻址模式、子程序链接、轮询I/O、中断、高级语言接口、宏和伪操作,提供对理解和优化Unix系统开发至关重要的见解。
Explore Unix programming concepts including internal data representation, assembly-level machine architecture, addressing modes, subroutine linkage, polled I O, interrupts, high-level language interfacing, macros, and pseudo-operations in this GitHub repository, offering insights crucial for understanding and optimizing Unix system development. (2024-03-20, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1710933578147532.html

[编译器/解释器] x86-assembly-programs

该存储库展示了使用NASM和GCC开发的x86汇编程序,作为浦那大学计算机科学系(PUCSD)课程工作的一部分。此外,存储库还包括PDF格式的信息注释,为课程中探索的概念提供了有价值的见解。
This repository showcases x86 assembly programs developed using NASM and GCC, as part of coursework undertaken at the Pune University Computer Science Department (PUCSD). Additionally, the repository includes informative notes in PDF format, providing valuable insights into the concepts explored during the course. (2024-01-02, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704171312952426.html

[编程语言基础] CMU_bomb_lab

该存储库包含我为卡内基梅隆大学(CMU)炸弹实验室编写的解决方案和详细文章。炸弹实验室是一项编程任务,它要求学生通过分析和理解汇编代码、调试和应用反向工程技术来化解一系列二进制“炸弹”。
This repository contains my solution and detailed writeup for the Carnegie Mellon University (CMU) Bomb Lab. The Bomb Lab is a programming assignment that challenges students to defuse a series of binary "bombs" by analyzing and understanding assembly code, debugging, and applying reverse engineering techniques. (2023-12-22, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703243146482766.html

[操作系统开发] os_core

代码基于李忠的<>中17章实现的平坦模式下的多任务调度的单队列(就绪队列)操作系统内核,在2015秋季学期实现的模拟加入阻塞队列的多任务操作系统内核,采用x86nasm汇编,附带win上汇编链接批处理程序,可在bochs虚拟机上运行,
The code is based on the single queue (ready queue) operating system kernel for multitask scheduling in flat mode implemented in Chapter 17 of Li Zhong s<>, and the multitask operating system kernel for simulating the blocking queue added in the autumn semester of 2015, which uses x86nasm assembly, and is attached with the link batch program on win, and can run on the bochs virtual machine, (2016-03-08, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694589655400811.html

[硬件设计] BelalHashmi-Assembly-Exercise-Solutions

该存储库为Bao Ji的书的后面章节中给出的练习中的大多数编程问题提供了解决方案...,
?? This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji s Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these with you, so that they might help you in understanding the concepts. (2023-01-03, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694049048956882.html