[Info-vax] Bliss

Lawrence D'Oliveiro ldo at nz.invalid
Wed Jul 24 00:45:55 EDT 2024


On Sat, 13 Jul 2024 06:30:12 -0000 (UTC), I wrote:

>                 uplit(%ascii'%%bpval = %d, %%bpunit = %d, %%bpaddr = %d, %%upval = %d', 10, 0),

That line should be (with all-uppercased reserved/builtin words now):

    UPLIT BYTE(%ASCII'%%bpval = %d, %%bpunit = %d, %%bpaddr = %d, %%upval = %d', 10, 0),

Without the BYTE, each item was taking up a fullword, so the trailing null
was actually part of the fullword holding the newline.



More information about the Info-vax mailing list