issues
search
wiz-lang
/
wiz
A high-level assembly language for writing homebrew software and games on retro console platforms.
http://wiz-lang.org/
Other
409
stars
40
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
let expressions error
#147
est77
opened
1 year ago
2
Cannot use bbs or bbc instructions on the SPC700 platform.
#146
undisbeliever
opened
1 year ago
0
Cannot compile `ya = y * a;` on the SPC700 platform
#145
undisbeliever
opened
1 year ago
0
SPC700 fixes
#144
undisbeliever
closed
1 year ago
1
segmentation fault with compile_if and an inline function let argument
#143
undisbeliever
opened
2 years ago
0
Assert failure when aliasing a variable with a given address
#142
undisbeliever
opened
2 years ago
2
Add est's PCE CD-ROM² example
#141
Bananattack
opened
2 years ago
0
Feature request: Marking a label as "global"
#140
shinymerlyn
opened
2 years ago
1
Huc6820 platform bugs
#139
est77
closed
2 years ago
2
65c02: wrong opcode for jmp (addr, X)
#138
est77
closed
2 years ago
3
Same namespace symbols don't merge together
#137
veremenko-y
opened
3 years ago
0
Address the issue when absolute RAM addresses overlap with relative ROM
#136
veremenko-y
opened
3 years ago
0
Enable VSCode problem matcher
#135
veremenko-y
opened
3 years ago
0
Null pointer dereference when referencing address of the const array
#134
veremenko-y
closed
2 years ago
0
Addition with carry is not communicative
#133
veremenko-y
closed
3 years ago
1
Rotate without carry doesn't work on 6502
#132
veremenko-y
closed
3 years ago
2
fixed a loop condition in Bank::calculateUsedSize
#131
veremenko-y
closed
3 years ago
1
For loop countinng down to 0 doesn't work
#130
veremenko-y
opened
3 years ago
6
Compiler dies without an error message when declaring func outside of bank
#129
veremenko-y
opened
3 years ago
0
Declare external functions
#128
sehugg
opened
3 years ago
1
Add Readme section for editor setup
#127
Danl2620
closed
3 years ago
1
Add bool/int casts, add bool comparison
#126
Bananattack
opened
3 years ago
0
Generate documentation from the commandline.
#125
Bananattack
opened
3 years ago
0
Fix conditional call `f() if cond;` and conditional tail-call `return f() if cond;` statements.
#124
Bananattack
opened
3 years ago
0
Fix tail-calls of inline functions
#123
Bananattack
opened
3 years ago
0
Test Z80 calls
#122
lhsazevedo
closed
3 years ago
2
Fix Mac by making the WIZ_MAYBE_UNUSED_FORCE_INLINE GCC-compatible
#121
MichaelBuckley
closed
3 years ago
1
Add missing #include to fix MinGW build
#120
sk-io
closed
3 years ago
1
macOS: Crash when compiling most examples
#119
MichaelBuckley
closed
3 years ago
12
Add support for 8080, make "common 8080" and "8080 with bit extensions" common targets
#118
Bananattack
opened
3 years ago
0
Add support for Motorola 6800 and 6809
#117
Bananattack
opened
3 years ago
0
It is not possible to get nested struct members or use byte/word-access on a struct pointer.
#116
Bananattack
closed
3 years ago
1
Avoid generating implicit jumps in if statements when they unconditionally return/jump
#115
Bananattack
opened
3 years ago
0
Z80: Fix encoding of bitwise instructions with indexing by IX/IY
#114
lhsazevedo
closed
3 years ago
1
Z80: Bitwise instructions with indexing by ix/iy generate the wrong opcode sequence.
#113
Bananattack
closed
3 years ago
0
Wrong bank addresses in debug symbol formats for multibank SNES ROMs
#112
Bananattack
closed
3 years ago
0
Function parameters have different types outside their declaring function.
#111
Bananattack
opened
3 years ago
0
Bugs in handling runtime address-of expressions.
#110
Bananattack
opened
3 years ago
0
Synthesize load instructions between register pairs (Z80, GB)
#109
Bananattack
opened
3 years ago
0
Symbol table export is currently unordered
#108
Bananattack
closed
3 years ago
0
Fix branching on bit-indexing of indirected hl/ix/iy on Z80 and GB.
#107
Bananattack
closed
3 years ago
0
Precedence issues between unary byte/word-access operators and postfix increment/decrement
#106
Bananattack
opened
3 years ago
0
Wrong SNES header when using ram size + battery.
#105
est77
closed
3 years ago
0
65816 backend: push16(constant) always generates a PER intruction.
#104
est77
closed
3 years ago
1
Errors when building vfw nes sample
#103
est77
closed
3 years ago
5
Embed with absolute path doesn't behave properly
#102
Trirosmos
opened
4 years ago
0
Implement References
#101
Bananattack
opened
4 years ago
0
Add Visual Studio Extension
#100
furesoft
closed
3 years ago
2
Added exx instruction equivalent.
#99
cdoty
closed
4 years ago
1
Incorrect code sometimes generated if the destination also appears on the right-hand side of an assignment. (Doesn't validate clobbered destination)
#98
Bananattack
opened
4 years ago
0
Next