Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Cloop 3 found (11 total)

alternate case: cloop

Simplified Instructional Computer (1,388 words) [view diff] case mismatch in snippet view article find links to article

machine. COPY START 1000 FIRST STL RETADR CLOOP JSUB RDREC LDA LENGTH COMP ZERO JEQ ENDFIL JSUB WRREC J CLOOP ENDFIL LDA EOF STA BUFFER LDA THREE STA LENGTH
Bootable business card (1,013 words) [view diff] exact match in snippet view article find links to article
valued by Linux system administrators as rescue tools. Many BBCs use the cloop (compressed loopback) driver which provided a compressed read-only filesystem
Toi (programming language) (1,822 words) [view diff] case mismatch in snippet view article
boolean 57 OR - Boolean OR 58 AND - Boolean AND 60 STARTL - Start of loop 61 CLOOP - Conditional loop. If TOS is true, continue looping, else break 6E BREAK