Regs
- Posted by Ad Rienks <Ad_Rienks at COMPUSERVE.COM> Nov 29, 1998
- 677 views
>include machine.e >sequence reg_list >sequence al >reg_list =3D repeat(0,10) >reg_list[REG_AX] =3D #0200 >reg_list =3D dos_interrupt(#16, reg_list) >al =3D and_bits(reg_list[REG_AX], ##00FF) --- Error is this line why 2 times ##? maybe that causes the error; haven't tried it out, tho. and, maybe even better: al shouldn't be a sequence but an atom or integer= . Ad