gcnasm
gcnasm copied to clipboard
GCN ISA assembler tool for my GSoC project at Openwall
Results
12
gcnasm issues
Sort by
recently updated
recently updated
newest added
We should have section with listed stuff that is not yet implemented/supported. Maybe you can find better name for that.
- if (ssrc0_op.op_type.type == VGPR) - ERROR("incorrect value for SSRC0 operand"); We need better way of handling errors and warnings in asm - a way that will tell the programmer...