issues
search
nurpax
/
c64jasm
C64 6502 assembler in TypeScript
51
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Forward references to variables
#88
micheldebree
opened
1 year ago
0
Unsupported operator ! does not report line number
#87
micheldebree
opened
1 year ago
0
Else statement syntax unclear
#86
micheldebree
opened
1 year ago
0
Report linenumber in plugin errors
#85
micheldebree
closed
3 years ago
3
Support breakpoints
#84
micheldebree
closed
3 years ago
20
Cryptic message: should be unreachable?
#83
micheldebree
closed
3 years ago
5
Support !text or similar
#82
micheldebree
closed
3 years ago
2
Added illegal opcodes for issue #79
#81
shazz
closed
3 years ago
1
[improvement] support character literals in !byte
#80
sivu
opened
3 years ago
0
[improvement] add support for undocumented 6502 opcodes
#79
shazz
closed
3 years ago
3
[bug] in case a label and a variable have the same name, no error is thrown
#78
shazz
closed
3 years ago
1
[Improvement] Built-in logs with f-string like support
#77
shazz
opened
3 years ago
1
[Limitation] < and > operators to get low/high byte of a word don't work in data directive
#76
shazz
closed
3 years ago
2
[bug] Variables undefined if declared in a !if
#75
shazz
closed
3 years ago
2
[bug] macro and label can't have the same name
#74
shazz
closed
3 years ago
2
added label support in disassembly (see issue #71)
#73
shazz
closed
3 years ago
6
[improvement] Support cycle count estimation in disassembly
#72
shazz
closed
3 years ago
6
[improvement] add labels in dissassembly
#71
shazz
closed
3 years ago
1
[improvement] Support for backward for loop like in python
#70
shazz
opened
4 years ago
1
Added CLI option to save disassembly file
#69
shazz
closed
3 years ago
2
[improvement] At assembling, show an explicit error when an !include file is not found
#68
shazz
closed
4 years ago
3
[vscode] add ".jasm" extension is vscode package.json
#67
shazz
opened
4 years ago
0
indirect addressing
#66
leyyinad
closed
4 years ago
2
Allow arbitrary start address and line number
#65
leyyinad
closed
4 years ago
2
Bump fstream from 1.0.11 to 1.0.12 in /vscode/client
#64
dependabot[bot]
closed
3 years ago
1
Bump mixin-deep from 1.3.1 to 1.3.2
#63
dependabot[bot]
closed
3 years ago
1
Bump tar from 2.2.1 to 2.2.2 in /vscode/client
#62
dependabot[bot]
closed
3 years ago
1
Support for windows line endings
#61
belab
closed
5 years ago
4
support for segments
#60
neochrome
opened
5 years ago
29
basic upstart doesn't match kickassembler?
#59
nurpax
opened
5 years ago
1
statement execution
#58
nurpax
closed
5 years ago
2
figure out a way to pass implicit params to macros
#57
nurpax
closed
5 years ago
7
how to prevent including same file multiple times?
#56
neochrome
closed
5 years ago
17
support decimal numbers with leading zeros
#55
neochrome
closed
5 years ago
3
non-function values in module.exports should be accessible
#54
nurpax
closed
5 years ago
0
Try loading plugin by name if file not in source-tree
#53
neochrome
opened
5 years ago
3
remove deadcode objectToAst
#52
nurpax
closed
5 years ago
1
float literals
#51
nurpax
closed
5 years ago
0
import JavaScript Math module as Math to make stuff like Math.sin visible to c64jasm asm files
#50
nurpax
closed
5 years ago
1
show start/end column in error messages
#49
nurpax
opened
5 years ago
0
could macro expansion return a value?
#48
nurpax
closed
1 year ago
2
sta $D020 doesnt compile but sta $d020 does?
#47
nurpax
closed
5 years ago
0
misleading error message with macros
#46
nurpax
closed
5 years ago
1
column/line offsets in errors should be zero-based
#45
nurpax
closed
5 years ago
2
syntax error if the first line of code is an instruction
#44
nurpax
closed
5 years ago
0
show "expanded from" information in errors when a macro contains an error
#43
nurpax
opened
5 years ago
0
support bitmate hover with c64jasm vscode
#42
nurpax
opened
5 years ago
0
strings get coerced to ints without a warning/error
#41
nurpax
closed
5 years ago
0
optionally output disassembly
#40
nurpax
closed
5 years ago
1
Add vicePath setting
#39
AndrewMSHowe
closed
5 years ago
1
Next