mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/uz80as: Updated for version 1.10.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5e978271ac
commit
c6bad509d1
4 changed files with 13 additions and 14 deletions
|
@ -11,10 +11,9 @@ Currently, uz80as can assemble for these microprocessors:
|
|||
- Sharp LR35902 (Nintendo Gameboy CPU)
|
||||
- 6500 family
|
||||
- MOS Technology 6502
|
||||
- Rockwell R6501
|
||||
- California Micro Devices G65SC02
|
||||
- Rockwell R65C02
|
||||
- Rockwell R65C29
|
||||
- Rockwell R6501, R65C02, R65C29
|
||||
- Western Design Center W65C02S
|
||||
- Datapoint 2200 (versions I & II)
|
||||
- Intel 4004, 4040, 8008, 8080, 8085
|
||||
- Intel 4004, 4040, 8008, 8021, 8022, 8041, 8048, 8051, 8080, 8085
|
||||
- Motorola 6800, 6801, 68HC11
|
||||
|
|
|
@ -11,9 +11,9 @@ uz80as:
|
|||
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: Sharp LR35902 (Nintendo Gameboy CPU), MOS 6502, Rockwell R6501/02/29,
|
||||
uz80as: California Micro Devices G65SC02, Western Design Center W65C02S,
|
||||
uz80as: Datapoint 2200 (versions I & II), Intel 4004/40,
|
||||
uz80as: Intel 8008/21/22/41/48/51/80/85, Motorola 6800/01/HC11.
|
||||
uz80as:
|
||||
uz80as: http://jorgicor.sdfeu.org/uz80as
|
||||
uz80as: https://jorgicor.niobe.org/uz80as
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=uz80as
|
||||
VERSION=${VERSION:-1.07}
|
||||
VERSION=${VERSION:-1.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uz80as"
|
||||
VERSION="1.07"
|
||||
HOMEPAGE="http://jorgicor.sdfeu.org/uz80as"
|
||||
DOWNLOAD="http://jorgicor.sdfeu.org/uz80as/uz80as-1.07.tar.gz"
|
||||
MD5SUM="164a56d8379b6e75935be6b7eae52eea"
|
||||
VERSION="1.10"
|
||||
HOMEPAGE="https://jorgicor.niobe.org/uz80as"
|
||||
DOWNLOAD="https://jorgicor.niobe.org/uz80as/uz80as-1.10.tar.gz"
|
||||
MD5SUM="b53d3286716b9f4798f40ece5ea86010"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue