z80count | A tool to annotate Z80 assembler with cycle counts
kandi X-RAY | z80count Summary
kandi X-RAY | z80count Summary
z80count is a Python library. z80count has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can install using 'pip install z80count' or download it from GitHub, PyPI.
This is a simple tool that parses Z80 assembler using regular expressions (I know!) and adds comments to the code with the cycles used by the instruction. It needs testing and probably a proper Z80 parser, but it works for me and the Z80 assembler syntax I use.
This is a simple tool that parses Z80 assembler using regular expressions (I know!) and adds comments to the code with the cycles used by the instruction. It needs testing and probably a proper Z80 parser, but it works for me and the Z80 assembler syntax I use.
Support
Quality
Security
License
Reuse
Support
z80count has a low active ecosystem.
It has 22 star(s) with 3 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 11 have been closed. On average issues are closed in 10 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of z80count is 0.8.1
Quality
z80count has 0 bugs and 0 code smells.
Security
z80count has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
z80count code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
z80count does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
z80count releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed z80count and discovered the below as its top functions. This is intended to give you an instant insight into z80count implemented functionality, and help decide if they suit your requirements.
- Formats a single count line
- Return the alignment for the given line and column
- Format a single line
- Return the length of a line
- Return the entry for the given line
- Calculate total counts and conditions
- Remove the label from the line
- Extract memonic from line
- Get the program arguments
- Parse command line arguments
- Locate the configuration file
- Load config file
- Print a message to stderr
- Load mnemonic table
- Return the contents of the README md file
Get all kandi verified functions for this library.
z80count Key Features
No Key Features are available at this moment for z80count.
z80count Examples and Code Snippets
Copy
z80count < file.asm > file_c.asm
:% !z80count -s
push hl
pop bc
ld hl, $5800
ld e, 7
.fade_out_all_loop0
push hl
push bc
halt
.fade_out_all_loop1
ld a, (hl)
and 7
jr z, no_fade_all_ink
dec a
.no_fade_all_ink
ld d, a
ld a, (h
Copy
[z80count]
# Column to align newly added comments
# column = 50
# Enable debug (show the matched case)
# debug = no
# Include subtotals
# subtotals = no
# Number of spaces for each tab
# tab width = 8
# Keep previous cycle annotations in the comm
Copy
pip3 install --user z80count
python3 setup.py install
git clone https://github.com/reidrac/z80count.git
cd z80count
pip3 install -e ".[dev]"
Community Discussions
No Community Discussions are available at this moment for z80count.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install z80count
z80count requires Python 3.
Support
z80count-el, emacs
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page