issues
search
mnaberez
/
py65
Emulate 6502-based microcomputer systems in Python
BSD 3-Clause "New" or "Revised" License
234
stars
68
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
1.2.0 tag missing
#82
TomaSajt
closed
7 months ago
1
assemble command fails on python3
#81
Rob42101
closed
7 months ago
0
Fix minor asm/dasm bugs
#80
patricksurry
closed
1 year ago
0
65c02 assemble/disassembly bugs
#79
patricksurry
closed
1 year ago
1
Fix python3 byte decoding for non-windows platforms
#78
patricksurry
closed
1 year ago
0
assemble command fails on python3 (os x)
#77
patricksurry
closed
1 year ago
1
hexload added
#76
iheitlager
closed
1 year ago
2
Break pushes correct pc
#75
sifferman
closed
1 year ago
2
Stop condition now checked on first instruction
#74
sifferman
opened
1 year ago
1
[doc] Examples for how to use I/O via getc/putc address and mpu observers within monitor tool?
#73
patricksurry
closed
1 year ago
3
fixes issue 45 (repeating last command shows duplicate mpu status)
#72
patricksurry
opened
1 year ago
0
pip install -U py65 installs old version
#71
bjchapm
closed
7 months ago
6
ADC wrong N & Z flags in BCD
#70
adumont
opened
1 year ago
0
Several enhancements: (b)atch and (c)continue commands; relative address ranges, ascii dump option; compact mpu status; doc updates
#69
patricksurry
opened
2 years ago
1
API Documentation
#68
nbarger
closed
2 years ago
1
Does not implement proper use of the reset vector.
#67
wgaylord
closed
2 years ago
0
IRQ Support
#66
sifferman
closed
3 years ago
1
correct byte-vs-string issue in line_input
#65
larsks
closed
3 years ago
1
bytes-vs-string issue in utils/console.py
#64
larsks
closed
7 months ago
3
correct byte-vs-string issue in line_input
#63
larsks
closed
3 years ago
2
How to run the example programs?
#62
AmalIrfan
closed
3 years ago
3
The docs imply this is a 6502 monitor app, not a library.
#61
carlsmith
closed
4 years ago
2
Added irq() and nmi() to the MPU
#60
irmen
closed
4 years ago
4
docs/index.rst: Fix URL for VICE
#59
0cjs
closed
5 years ago
0
docs/index.rst: Fix `list_breakpoints` typo
#58
0cjs
closed
5 years ago
1
the unit tests work with wrong 2's complement numbers
#57
irmen
closed
5 years ago
5
Fix implementation of BCD mode quirks on 6502 and 65c02
#56
KrisKennaway
opened
5 years ago
2
Fix implementation of BCD mode quirks on 6502 and 65c02
#55
KrisKennaway
closed
5 years ago
0
Added `go` command, help, tests (Issue 51)
#54
leebehrens
opened
5 years ago
1
loading to $f000 does something weird
#53
jasin
closed
5 years ago
3
Add tests for comparison instructions
#52
scotws
closed
5 years ago
1
Feature Request: a "continue" command
#51
SamCoVT
closed
1 year ago
8
Add string formatting to load option for Windows backslashes in paths
#50
SamCoVT
closed
5 years ago
1
On Windows, the -l (load) option can't handle paths with backslashes in them
#49
SamCoVT
closed
5 years ago
1
Proposed fix for #47 Save and restore termios settings with helper functions in utils.console
#48
SamCoVT
closed
4 years ago
18
Issue with copy/paste into py65mon on linux
#47
SamCoVT
closed
4 years ago
3
error with stdin - termios.error (with patch)
#46
mlauke
closed
7 months ago
10
Repeating last command prints register list twice
#45
mnaberez
opened
6 years ago
0
Assembling out of bounds should show an error
#44
mnaberez
opened
6 years ago
0
Add ability to save/restore machine state snapshot
#43
mnaberez
opened
6 years ago
0
New release needed for pip users?
#42
BigEd
closed
6 years ago
2
Using -r on the command line crashes py65mon
#41
SamCoVT
closed
6 years ago
5
Suggestions for use of py65 with testing suite?
#40
scotws
closed
6 years ago
5
Enhancement: Test-Facility with Op-Code Hooks
#39
mlauke
closed
5 years ago
2
fixup command line setting of mpu in monitor.py
#38
BigEd
closed
6 years ago
1
Where is utils/hexdump.py actually used?
#37
scotws
closed
7 years ago
1
Rewrite of itoa() in utils/conversions.py
#36
scotws
closed
7 years ago
0
Fix branching issue with assembler.
#35
6502cloud
closed
7 years ago
2
option to set external (existing) memory, options to change or disable getc/putc addresses
#34
irmen
closed
7 years ago
4
Klaus Dormann's 65C02 functional tests are not passing
#33
KrisKennaway
opened
7 years ago
14
Next