< Home - < Back

z80dasm


Information about the package, z80dasm, which is shipped with common Linux distributions. The z80dasm package is designed for, Z80 Disassembler.


Package Name:

z80dasm

Summary:

Z80 Disassembler

Description:

z80dasm is a disassembler for the Zilog Z80 microprocessor and compatibles. It can be used to reverse engineer programs and operating systems for 1980's microcomputers using this processor architecture (for example ZX81, Spectrum, Galaksija and many others). Generated assembly code can be assembled back with a number of Z80 assemblers. Compatibility with z80asm was thoroughly tested.

Architecture:

x86_64

Version:

1.1.2

Release:

1.el6

Size:

28 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for z80dasm


Control the z80dasm package with the following handy commands outlined below.


Command

Description of Command

yum install z80dasm

This command will install z80dasm on the server.

yum remove z80dasm

This command will un-install z80dasm on the server. When you run this command, you will be asked if you are sure that you want to remove z80dasm, so you have to manually confirm that you want to do this.

yum -y remove z80dasm

This command will un-install z80dasm on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove z80dasm when using the -y flag.

yum update z80dasm

This command will update z80dasm to the latest version. When you run this command, you will be asked if you are sure that you want to remove z80dasm, so you have to manually confirm that you want to do this.

yum -y update z80dasm

This command will update z80dasm to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove z80dasm when using the -y flag.

yum info z80dasm

This command will show you core information about the z80dasm package.

yum deplist z80dasm

This command will show you the dependencies for z80dasm. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update z80dasm

This command will check if there is an update waiting on z80dasm. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.