LISTS in 83 ASM LISTS in 83 ASM


[Prev][Next][Index][Thread]

LISTS in 83 ASM LISTS in 83 ASM



Does anyone know how to use lists in 83 ASM?


if you do, then how would I translate this BASIC command.

2 --> dim(L1
3 --> L1(1)
4 --> L1(2)
L1(1) + L1(2) --> X
Disp X