mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/uz80as: Updated for version 1.07.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
2a9358da9d
commit
0eb678bde4
4 changed files with 31 additions and 15 deletions
|
@ -1,4 +1,20 @@
|
|||
uz80as (Micro Z80 assembler)
|
||||
|
||||
uz80as is an assembler for the Z80 microprocessor. Its syntax is
|
||||
compatible with TASM (Telemark cross assembler).
|
||||
uz80as is an assembler for the Zilog Z80 and several other microprocessors.
|
||||
It accepts source files with the same syntax accepted by the Telemark Cross
|
||||
Assembler (TASM), with only minor differences.
|
||||
|
||||
Currently, uz80as can assemble for these microprocessors:
|
||||
- Z80 family
|
||||
- Zilog Z80
|
||||
- Hitachi HD64180
|
||||
- Sharp LR35902 (Nintendo Gameboy CPU)
|
||||
- 6500 family
|
||||
- MOS Technology 6502
|
||||
- Rockwell R6501
|
||||
- California Micro Devices G65SC02
|
||||
- Rockwell R65C02
|
||||
- Rockwell R65C29
|
||||
- Western Design Center W65C02S
|
||||
- Datapoint 2200 (versions I & II)
|
||||
- Intel 4004, 4040, 8008, 8080, 8085
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
uz80as: uz80as (Micro Z80 assembler)
|
||||
uz80as:
|
||||
uz80as: uz80as is an assembler for the Z80 microprocessor. Its syntax is
|
||||
uz80as: compatible with TASM (Telemark cross assembler).
|
||||
uz80as: uz80as is an assembler for the Z80 and several other microprocessors.
|
||||
uz80as: Its syntax is compatible with TASM (Telemark cross assembler).
|
||||
uz80as: uz80as can assemble for the Zilog Z80, Hitachi HD64180,
|
||||
uz80as: Sharp LR35902 (Nintendo Gameboy CPU), MOS 6502, Rockwell R6501,
|
||||
uz80as: California Micro Devices G65SC02, Rockwell R65C02 and R65C29,
|
||||
uz80as: Western Design Center W65C02S, Datapoint 2200 (versions I & II),
|
||||
uz80as: Intel 4004, 4040, 8008, 8080, 8085.
|
||||
uz80as:
|
||||
uz80as: http://jorgicor.sdfeu.org/uz80as
|
||||
uz80as:
|
||||
uz80as:
|
||||
uz80as:
|
||||
uz80as:
|
||||
uz80as:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for uz80as
|
||||
|
||||
# Copyright 2016-2017 Jorge Giner Cordero
|
||||
# Copyright 2018 Jorge Giner Cordero
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=uz80as
|
||||
VERSION=${VERSION:-1.03}
|
||||
VERSION=${VERSION:-1.07}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="uz80as"
|
||||
VERSION="1.03"
|
||||
VERSION="1.07"
|
||||
HOMEPAGE="http://jorgicor.sdfeu.org/uz80as"
|
||||
DOWNLOAD="http://jorgicor.sdfeu.org/uz80as/uz80as-1.03.tar.gz"
|
||||
MD5SUM="6c403c72df7ea0570a3a069ace7aaafe"
|
||||
DOWNLOAD="http://jorgicor.sdfeu.org/uz80as/uz80as-1.07.tar.gz"
|
||||
MD5SUM="164a56d8379b6e75935be6b7eae52eea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Jorge Giner"
|
||||
EMAIL="jorge.giner@hotmail.com"
|
||||
EMAIL="malferit@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue