attiny26
Source
Implementation
pub const attiny26: CpuModel = .{
.name = "attiny26",
.llvm_name = "attiny26",
.features = featureSet(&[_]Feature{
.avr2,
.lpmx,
.smallstack,
}),
}Source
pub const attiny26: CpuModel = .{
.name = "attiny26",
.llvm_name = "attiny26",
.features = featureSet(&[_]Feature{
.avr2,
.lpmx,
.smallstack,
}),
}