doc and opening borders

This commit is contained in:
Irmen de Jong
2025-09-20 02:30:56 +02:00
parent ad0c767ea8
commit 19f19f3880
4 changed files with 11 additions and 5 deletions
@@ -813,6 +813,9 @@ class AsmGen6502Internal (
}
internal fun assignExpressionTo(value: PtExpression, target: AsmAssignTarget) {
// this is basically the fallback assignment routine, it is RARELY called
when {
target.datatype.isByteOrBool -> {
if (value.asConstInteger()==0) {