Thu, 12 Sep 2024 15:49:28 UTC | login

Information for build emu8051-0~20220911git5dc68127-2.fc41

ID338302
Package Nameemu8051
Version0~20220911git5dc68127
Release2.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/emu8051.git#9f3b30229b7b6c47489f12c99e0178ccd2cdd972
Summary8051/8052 emulator with curses-based UI
DescriptionThis is a simulator of the 8051/8052 microcontrollers. For sake of simplicity, I'm only referring to 8051, although the emulator can emulate either one. For more information about the 8-bit chip(s), please check out 8052mcu.com or look up the data sheets. Intel, being the originator of the architecture, naturally has information as well. The 8051 is a pretty easy chip to play with, in both hardware and software. Hence, it's a good chip to use as an example when teaching about computer hardware. Unfortunately, the simulators in use in my school were a bit outdated, so I decided to write a new one. The scope of the emulator is to help test and debug 8051 assembler programs. What is particularily left out is clock-cycle exact simulation of processor pins. (For instance, MUL is a 48-clock operation on the 8051. On which clock cycle does the CPU read the operands? Or write the result?). Such simulation might help in designing some hardware, but for most uses it is unneccessary and complicated.
git:https://github.com/jarikomppa/emu8051
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 19 Aug 2024 06:29:16 UTC
CompletedMon, 19 Aug 2024 07:42:13 UTC
Taskbuild (f41, /rpms/emu8051.git:9f3b30229b7b6c47489f12c99e0178ccd2cdd972)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/emu8051.git#9f3b30229b7b6c47489f12c99e0178ccd2cdd972'}}
Tags
f41
RPMs
src
emu8051-0~20220911git5dc68127-2.fc41.src.rpm (info) (download)
riscv64
emu8051-0~20220911git5dc68127-2.fc41.riscv64.rpm (info) (download)
emu8051-debuginfo-0~20220911git5dc68127-2.fc41.riscv64.rpm (info) (download)
emu8051-debugsource-0~20220911git5dc68127-2.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> 0~20220911git5dc68127-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue May 14 2024 Petr Menšík <pemensik@redhat.com> 0~20220911git5dc68127-1 - Initial package (rhbz#2279277)