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