[Info-vax] Bliss
Hunter Goatley
goathunter at goatley.com
Sat Jul 13 16:36:39 EDT 2024
On 7/13/2024 2:30 AM, Lawrence D'Oliveiro wrote:
> Slightly more elaborate example, doing some environment enquiries:
>
That's a little more extensive than what my test had done. very nice.
> Output:
>
> %bpval = 64, %bpunit = 8, %bpaddr = 64, %upval = 8
>
> Slightly annoying that global names must be uppercased.
Yeah.
> Also I wonder if I can get varargs to work ...
In the C? Yes. Take a look at blissc/tests. testharness.req uses
test_printf(), which is defined in testharness.c, which uses va_list(),
va_start(), and vprintf() for the arguments.
Hunter
More information about the Info-vax
mailing list