Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Feb 18, 2024
2 parents e64b72b + 434804f commit 14b4287
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/cowbe/archz80.cow.ng
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,9 @@

sub E_ldax(ptr: RegId) is
R_flush(REG_A);
E("\tld (");
E("\tld a, (");
E_reg(ptr);
E("), a\n");
E_nl();
E(")\n");
end sub;

sub E_lda(sym: [Symbol], off: Size) is
Expand Down

0 comments on commit 14b4287

Please sign in to comment.