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