diff options
author | Carlos Maniero <carlos@maniero.me> | 2023-05-10 12:20:04 -0300 |
---|---|---|
committer | Carlos Maniero <carlos@maniero.me> | 2023-05-10 12:20:04 -0300 |
commit | a96a0cac034e16dcd7455a3b2fabf2b5b3e716bd (patch) | |
tree | fcd4d81007bba0dd934e136f78b195371e5f0326 /src/list.c | |
parent | 88630ebbea03e85119cf9795320a83cb846bdd20 (diff) |
gas: Compile boolean variable assignment
When the assignment value is a literal, it just assigns zero or one to
the variable stack's location. If the value is an expression, it
compiles the expression and assign zeros and ones based on expression
result.
Diffstat (limited to 'src/list.c')
0 files changed, 0 insertions, 0 deletions