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

[汇编语言] blitter-65xx-code

具有65xx处理器的BBC Micro中Blitter板的支持和演示代码
Support and demo code for the Blitter board in a BBC Micro with a 65xx processor (2024-02-13, Assembly, 0KB, 下载0次)

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

[汇编语言] GenesisESP_Modem

使用ESP32和Mega Drive Sega Genesis从互联网获取数据的简单调制解调器。
A simple modem to get data from internet, using a ESP32 and a Mega Drive Sega Genesis. (2024-01-28, Assembly, 0KB, 下载0次)

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

[汇编语言] DeadCScroll

Game Boy的汇编教程,展示如何利用滚动寄存器来创建一些漂亮的_和_兴趣...
An assembly tutorial for Game Boy showing how the scroll registers can be exploited to create some nice and interesting effects. (2021-04-17, Assembly, 0KB, 下载0次)

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

[汇编语言] CoCo

名为Quby的新编程语言的编译器。Quby是一种从Ruby、Python和_...
Compiler for a new programming language called Quby. Quby is a language that borrows features from Ruby, Python, and the Pascal successor language Turing. In the project, Quby is being implemented by modifying and extending each of the four phases (Scanner/Screener, Parser, Context Analysis, Code Generation) of the existing PT Pascal complier. (2018-04-14, Assembly, 0KB, 下载0次)

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

[汇编语言] Nand2Tetris

在硬件模拟器的帮助下,使用硬件描述语言(HDL)在计算机上构建硬件模块...
Building hardware modules on a computer using Hardware Description Language (HDL) with the help of Hardware Simulator, CPU Emulator and Assembler. A 7-week course journey in Coursera provided by The Hebrew University of Jerusalem. (2015-06-09, Assembly, 0KB, 下载0次)

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

[汇编语言] RC-Controller

这是一个基于pic16F84、PS2操纵杆、nRF24L01+无线收发器和No...
This is the project of a homemade RC controller based on pic 16F84, PS2 joystick, nRF24L01+ radio transceiver and Nokia 5110 LCD. The source code is written in assembly language. (2016-11-03, Assembly, 0KB, 下载0次)

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

[汇编语言] s3eAndroidAppirater

应用程序评分器android扩展,通过提醒用户对应用程序进行评分来提高应用程序评分
An app rater android extension to drive app rating by reminding users to rate your app (2012-06-14, Assembly, 0KB, 下载0次)

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

[汇编语言] tinyload

用于基于6502的系统的引导加载器,支持FAT16文件系统,占地面积小。
A bootloader for 6502-based systems with support for the FAT16 file system _and_ a small footprint. (2014-08-30, Assembly, 0KB, 下载0次)

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

[汇编语言] junk_generator

x86-32可执行垃圾代码生成器,目标为ALU和mov指令和通用寄存器
x86-32 executable junk code generator targeting ALU _and_ mov instructions _and_ general purpose registers (2021-01-11, Assembly, 0KB, 下载0次)

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

[汇编语言] R65

我的自制R65计算机的代码和模拟器,大约建于1978年
Code _and_ emulator of my home built R65 computer, built around 1978 (2022-01-14, Assembly, 0KB, 下载0次)

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

[汇编语言] tashtrio

模拟苹果ADB总线三种设备的固件:键盘、鼠标和调制解调器。
Firmware that emulates a trio of devices for Apple s ADB bus: a keyboard, a mouse, _and_ a modem. (2023-02-05, Assembly, 0KB, 下载0次)

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

[汇编语言] PANDA8086

在TASM程序集中的8086处理器上创建16位DOS应用程序和游戏的库。
A Library to create 16-bit DOS applications _and_ games on the 8086 processor in TASM assembly. (2016-06-27, Assembly, 0KB, 下载0次)

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

[汇编语言] zx0-6x09

Einar Saukas为ZX0数据压缩格式提供的Motorola 6809和Hitachi 6309 CPU解压缩器。
A Motorola 6809 _and_ Hitachi 6309 CPU decompressor for the ZX0 data compression format by Einar Saukas. (2022-07-13, Assembly, 0KB, 下载0次)

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

[汇编语言] ExtGraph

ExtGraph是TI-68k计算器的图形函数编译时库,可与TIGCC_and_GCC4TI一起使用
ExtGraph is a compile-time library of graphical functions for TI-68k calculators, usable with TIGCC _and_ GCC4TI (2017-11-20, Assembly, 0KB, 下载0次)

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

[汇编语言] alfaskop_emu

该项目旨在使Alfaskop 4110朝向Hercules IBM模拟器运行,并运行MEMO软件。
This project aims to make a Alfaskop 4110 running towards the Hercules IBM emulator _and_ run the MEMO SW. (2022-04-05, Assembly, 0KB, 下载0次)

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

[汇编语言] nes-hello-world

用6502汇编为任天堂娱乐系统_和_ NES模拟器编写的Hello World应用程序
A Hello World App written in 6502 assembly for the Nintendo Entertainment System _and_ NES Emulators (2018-11-07, Assembly, 0KB, 下载0次)

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

[汇编语言] DolphinDOS2

DolphinDOS 2是C64_and_1541磁盘驱动器的内核ROM替代品,用于加速磁盘操作。
DolphinDOS 2 is a kernal ROM replacement for the C64 _and_ 1541 disk drive to speed up disk operations. (2019-08-13, Assembly, 0KB, 下载0次)

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

[汇编语言] Traffic-Light-Based-on-89C52MCU

交通灯控制器,4个数码管和16个LED,工作模式和设置模式
Traffic light controller, 4 nixie tube _and_ 16 LED,Working mode _and_ Setting Mode (2019-01-11, Assembly, 0KB, 下载0次)

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

[汇编语言] ESP32-Z80-Emulator

用于ESP32的Z80模拟器,包括Basic _和_ CP M 2.2
Z80 Emulator for ESP32 including Basic _and_ CP M 2.2 (2023-04-28, Assembly, 0KB, 下载0次)

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

[汇编语言] 8086-MicroProcessor

这是为了缓解微处理器程序的困难。这些程序是自我解释的。程序是...
This is made to ease the difficulties of Micro Processor Programs. The programs are Self Explanatory. The programs are tested in Windows XP CMD and in Windows 8 using DOS Box (2021-08-10, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688300883813033.html
总计:318