issues
search
ncatelli
/
spasm
An experimental multi-target assembler.
Apache License 2.0
4
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: Remove redundant allocs and simplify pattern match cases clippy suggests
#139
ncatelli
closed
9 months ago
1
Cutover to semantic release
#138
ncatelli
closed
1 year ago
1
fix: include lockfile in releases
#137
ncatelli
closed
1 year ago
1
feat: Add semantic-release
#136
ncatelli
closed
1 year ago
1
Devcontainer error
#135
ncatelli
closed
1 year ago
1
Update build env and edition
#134
ncatelli
closed
1 year ago
1
Implement HACK asm backend for nand2tetris
#133
ncatelli
opened
2 years ago
0
matklad.rust-analyzer -> rust-lang.rust-analyzer
#132
ncatelli
closed
2 years ago
1
Update rust-analzer extension in devcontainer
#131
ncatelli
closed
2 years ago
1
Bump to scrap v1.0.0
#130
ncatelli
closed
2 years ago
1
Update spasm to use positional args
#129
ncatelli
closed
2 years ago
1
Update devcontainer
#128
ncatelli
closed
2 years ago
1
Update vscode tooling
#127
ncatelli
closed
3 years ago
1
Small refactors for variable naming in leading zeros method and methods in the assembler
#126
ncatelli
closed
3 years ago
1
Jsr generates incorrect opcode
#125
ncatelli
closed
3 years ago
1
JSR fails to resolve first address in the following assembly
#124
ncatelli
closed
3 years ago
1
Initial implementation of character constants
#123
ncatelli
closed
3 years ago
1
Should support characters as preparser symbol primitives
#122
ncatelli
closed
3 years ago
1
Strip empty origins resulting from preparser instructions
#121
ncatelli
closed
3 years ago
1
Preparser defines should not be constrained to an origin block.
#120
ncatelli
closed
3 years ago
1
Fix bugfix in bits method
#119
ncatelli
closed
3 years ago
1
Assembly doesn't correctly dereference a variable.
#118
ncatelli
closed
3 years ago
1
Unparsable instructions output an "unwrap" error
#117
ncatelli
opened
3 years ago
0
Update scrap to `v1.0.0` when released
#116
ncatelli
closed
2 years ago
1
Update parcel to v2.0.0
#115
ncatelli
opened
3 years ago
0
Origin should not leak to backend
#114
ncatelli
opened
3 years ago
0
Preparser should store symols in a single symbol table
#113
ncatelli
opened
3 years ago
0
Begin bubbling up symbol table errors
#112
ncatelli
closed
3 years ago
1
Add Cargo bloat
#111
ncatelli
closed
3 years ago
1
Bugfix/106/leading zeroes should take multiple bytes into account
#110
ncatelli
closed
3 years ago
1
Add cargo-bloat to ci
#109
ncatelli
closed
3 years ago
0
Bit Depth encoded Preparser Primitive
#108
ncatelli
closed
3 years ago
1
Define Reify trait for concretizing a preparser type
#107
ncatelli
closed
3 years ago
1
Preparser types should be defined as the number of bits that they need to encode themselves
#106
ncatelli
closed
3 years ago
1
preparser typed expressions
#105
ncatelli
closed
3 years ago
1
Update backend to use preparser types
#104
ncatelli
closed
3 years ago
1
Update Backends to Use Preparser Types
#103
ncatelli
closed
3 years ago
1
Generate Expression Grammar for preparser
#102
ncatelli
opened
3 years ago
0
Begin implementing a primitive type system
#101
ncatelli
opened
3 years ago
0
leverage ncatelli/isa-mos6502
#100
ncatelli
closed
3 years ago
1
Spasm should begin leveraging isa-mos6502
#99
ncatelli
closed
3 years ago
1
Parse errors fail to propagate all the way up to the command line tool
#98
ncatelli
closed
3 years ago
1
Remove extern crate references
#97
ncatelli
closed
3 years ago
1
Output Bytes written when assembling
#96
ncatelli
closed
3 years ago
0
remove extern crate references
#95
ncatelli
closed
3 years ago
1
BRK should include a signature byte
#94
ncatelli
closed
3 years ago
1
Relative address mode labels should calculate the difference of the label from current position
#93
ncatelli
opened
3 years ago
0
Preparser constructs should not reach backends
#92
ncatelli
opened
3 years ago
2
mos6502 backend causes error when constant symbol is larger than one byte
#91
ncatelli
closed
3 years ago
1
mos6502 backend errors with constant symbols with a value larger than one byte
#90
ncatelli
closed
3 years ago
1
Next