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

[汇编语言] tetris-zx-spectrum-z80-asm

用于ZX Spectrum 48的俄罗斯方块游戏(和兼容)。1996年,我在HiSoft的DevPack(1983)的Gens程序中的Z80汇编程序中编写了该玩具。2020年,Gens的程序源代码从磁带介质中恢复,然后改编为Z80 SjASMPlus交叉汇编程序。
Tetris game for ZX-Spectrum 48 (and compatible). The toy was written by me in 1996 in Z80 assembler in the Gens program from HiSoft s DevPack (1983). In 2020, the program source code from Gens was recovered from tape media and then adapted for the Z80 SjASMPlus cross-assembler. (2024-03-03, Assembly, 0KB, 下载0次)

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

[其他] Safe_Lock

用HCS12 9S12 Assembly编写的汇编程序,允许用户输入主销和用户销来模拟解锁保险箱。
Assembly Program written in HCS12 9S12 Assembly that allows a user to input a master pin and a user pin to simulate unlocking a safe. (2024-02-03, Assembly, 0KB, 下载0次)

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

[开发工具] Seven-Segment-Board-Assembly-RISCV

该汇编程序(RISC V)在Visual Studio界面上运行七段计数器。根据按下的按钮,可以...
This Program in Assembly (RISC V) runs a Seven Segment Counter on Visual Studio interface. Depending on which button is pressed, the counting goes down or goes up. (2023-12-09, Assembly, 0KB, 下载0次)

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

[其他] Advance_Wars_Rush

我的计算机组织课程的最后一个项目是用C和MIPS编程的。单人2D网格游戏基于任天堂的先进…
My final project for my computer organization course programmed in both C and MIPS. Single-player 2D grid game based on Nintendo s Advanc… (2023-11-02, Assembly, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] libasm_io

用于nasm yasm汇编程序的简单x64位IO库,以及额外的示例和教程。编写用于帮助学生学习英特尔...,
Simple x64 bit IO library for nasm/yasm assembly programs, with extra examples and tutorials. Written to assist students learning Intel style assembly language. API is based on Dr. Paul Carters x32 bit IO library used in his old tutorials. (2019-08-24, Assembly, 0KB, 下载0次)

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

[驱动编程] FelipOS

受MikeOS启发,在x86 Assembly实模式(16位)下编程的简单操作系统。,
A simple OS programmed in x86 Assembly real mode (16-bit) inspired by MikeOS., (2022-04-16, Assembly, 0KB, 下载0次)

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

[数学计算] ASM-Menu-Mouse

一个汇编程序(“鼠标菜单”),演示x86汇编(MASM)中的交互式菜单导航、算术运算和鼠标交互。
An assembly program ("Menu with Mouse") demonstrating interactive menu navigation, arithmetic operations, and mouse interaction in x86 assembly (MASM). (2023-09-03, Assembly, 0KB, 下载0次)

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

[其他] EEE-F241-MuP-Ram-Tester

该存储库包含我们为EEE F241微处理器接口和编程课程:P...中的Ram Tester模块所做的项目...,
This repository contains the project we made for the EEE F241 Microprocessors Interfacing and Programming Course: A Ram Tester module in Proteus (2021-07-21, Assembly, 0KB, 下载0次)

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

[操作系统开发] KnightOS

KnightOS是一个对编码充满热情的操作系统。这个小规模的操作系统是对低级编程艺术的持续庆祝…,
KnightOS is an operating system built with a passion for coding. This small- scale OS is an ongoing celebration of the art of low-level pr…, (2023-09-02, Assembly, 0KB, 下载0次)

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

[硬件设计] traffic-light-project

PIC16F877A微控制器可以使用各种语言(如C)进行编程,并且可以在Proteus中进行模拟,以进行设计、测试和...,
the PIC16F877A microcontroller can be programmed using various languages like C, and it can be simulated in Proteus to design, test, and validate electronic circuits. If you have specific questions or need assistance with programming the PIC16F877A in C or working with Proteus, feel free to ask for more detailed guidance. (2023-08-01, Assembly, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] mips-exercises

作为计算机体系结构(CS F342)课程的一部分,在大学里完成了一系列MIPS(汇编)编程练习和问题。,
A bunch of MIPS (assembly) programming exercises and problems done in college as a part of the course Computer Architecture (CS F342)., (2019-11-26, Assembly, 0KB, 下载0次)

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

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

[自2000年以来未维护]Pisq是一个文本接口,用于用汇编程序编写的connect5播放。失败者是传说中的大脑原本包括...,
[unmaintained since 2000] Pisq is a text interface for connect5 playing written in assembler. Loser is legendary brain originally included in legendary program Pisqorky for Dummies and Wizards which few times almost ;-) won Turnaj (tournament). (2017-10-01, Assembly, 0KB, 下载0次)

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

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

在8位汇编中生成的Brain****解释器,使用该解释器编译并运行它:
A Brain **** interpreter made in 8-bit assembly, use this to compile run it: , (2015-11-26, Assembly, 0KB, 下载0次)

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

[汇编语言] saop

乔治·斯普林格(George Springer)和丹尼尔·弗里德曼(Daniel P.Friedman)的《方案与编程艺术》(Scheme and Art of Programming)一书
"Scheme _and_ the Art of Programming" book by George Springer _and_ Daniel P. Friedman (2023-01-24, Assembly, 0KB, 下载0次)

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

[汇编语言] HelloWorldNASM

NASM ELF x64中的简单脚本,具有我创建的简单hello world。我正在学习汇编程序,我...
Simple script in NASM ELF x64 with a simple hello world that I made. I am in the process of learning assembler and I plan to post more scripts when I have progress. (2020-09-12, Assembly, 0KB, 下载0次)

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

[汇编语言] Assembly-Gluttonous-Snake

这是一款用汇编语言编写的贪吃蛇游戏,你可以用NASM汇编程序来汇编这个程序,创建...
This is a Gluttonous Snake game coded in assembly language, you can use NASM assembler to assemble this program, create ".com" file and run it in DOSBox environment (2020-03-10, Assembly, 0KB, 下载0次)

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

[汇编语言] retro-dos-graphics

在MSDOS和PC兼容的16位系统上编程图形和游戏的各种例程
Various routines for programming graphics _and_ games on MSDOS _and_ PC- compatible 16-bit systems (2020-09-09, Assembly, 0KB, 下载0次)

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

[汇编语言] DateTime-Library

DateTime Library-一个用汇编程序编写的库(用于x86_and_x64),提供简单的日期和时间转换,m...
DateTime Library - a library written in assembler (for x86 and x64) which provides simple date and time conversion, manipulation and comparison functions for use in any of your assembler projects. (2022-06-29, Assembly, 0KB, 下载0次)

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

[Linux/Unix编程] x86-64-AssemblyExamples

包含为x86-64体系结构和linux内核编写的示例汇编程序的存储库
A repository containing example Assembly programs written for the x86-64 architectures along with the linux kernel (2022-06-27, Assembly, 0KB, 下载0次)

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

[游戏] 42-Corewar

这个项目是1984年推出的电脑游戏《核心战争》的复制品。我们必须构建自己的汇编程序,该组件...
This project is a replica of the computer game Core War, launched in 1984. We had to build our own assembler that compiles Assembly code into bytecode, and build a VM that lets Core Wars champion fight in an arena. (2021-04-23, Assembly, 316KB, 下载0次)

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