Ticket #672 (closed todo: wontfix)
PASM1 compiler needs tests.
| Reported by: | coke | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | 1.1.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
Chapter 3 mentions the PASM1 compiler, which is not used anywhere in the test suite.
It does seem to exist, though, which surprised me.
.sub main
$P1 = compreg "PASM1"
if null $P1 goto foo
say "ok"
end
foo:
die "eek"
.end
Change History
Note: See
TracTickets for help on using
tickets.
