mirror of
https://github.com/irmen/prog8.git
synced 2026-04-26 20:17:57 +00:00
doc and opening borders
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user