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