mirror of https://github.com/zxdos/zxuno.git
sdk: removed old `sjasmplus.exe`, fixed a typo in `README.md`
This commit is contained in:
parent
450659dcf3
commit
e3a486c87e
|
@ -68,8 +68,8 @@ Command | Description
|
|||
----|----
|
||||
`make` | Build all tools from sources
|
||||
`make <TARGET>` | Build only the TARGET from sources
|
||||
`make BUILD=<BUILD>` | Cross-build all tools from sources for Windows platfowm
|
||||
`make BUILD=<BUILD> <TARGET>` | Cross-build only the TARGET from sources for Windows platfowm
|
||||
`make BUILD=<BUILD>` | Cross-build all tools from sources for Windows platform
|
||||
`make BUILD=<BUILD> <TARGET>` | Cross-build only the TARGET from sources for Windows platform
|
||||
|
||||
where:
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
sjasmplus
|
||||
sjasmplus.exe
|
||||
zx7b
|
||||
bin2hex
|
||||
fcut
|
||||
|
|
Binary file not shown.
|
@ -1,17 +0,0 @@
|
|||
SPDX-FileName: sjasmplus.exe
|
||||
|
||||
SPDX-FileType: BINARY
|
||||
|
||||
SPDX-FileChecksum: SHA1: 0fea7c17d5e83c03466ab99141add32551f16714
|
||||
|
||||
SPDX-LicenseConcluded: Zlib
|
||||
|
||||
SPDX-LicenseComments: The concluded license is taken from external sources showed in program's banner after program was started.
|
||||
|
||||
SPDX-FileCopyrightText: Copyright 2004-2008 by Aprisobal / http://sjasmplus.sf.net / my@aprisobal.by /
|
||||
|
||||
SPDX-FileComment: SjASMPlus Z80 Cross-Assembler v1.08 (build 07-04-2016)
|
||||
|
||||
SPDX-FileNotice: based on code of SjASM by Sjoerd Mastijn / http://www.xl2s.tk /
|
||||
|
||||
SPDX-FileContributor: Modified 2016 AntonioVillena
|
Loading…
Reference in New Issue