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

[系统/网络安全] HACK-assembler-implentation-in-Lua

这是nand2tetris项目6的HACK机器语言的汇编器的实现。汇编器使用两个参数,第一个是包含程序集的文件夹名称,第二个是.asm文件。汇编程序在文件夹中创建.hack文件。将其运行为:lua assembler.lua
This is the implementation of an assembler for the HACK machine language for project 6 of nand2tetris. The assembler uses two arguments, the first is the folder name that contains the assembly, the second is the .asm file. The assembler creates the .hack file in the folder. Run it as : lua assembler.lua (2024-05-22, Assembly, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] 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

[操作系统开发] 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