Home » Archimedes archive » Archimedes World » AW-1993-08.adf » AWAug93 » !AWAug93/Goodies/StrongED/!StrongED/Modes/BASIC

!AWAug93/Goodies/StrongED/!StrongED/Modes/BASIC

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » AW-1993-08.adf » AWAug93
Filename: !AWAug93/Goodies/StrongED/!StrongED/Modes/BASIC
Read OK:
File size: 024C bytes
Load address: 0000
Exec address: 0000
File contents
KeyList
	s-F2		ListOfFound "DEF"
	F10		RunBasic
	s-F10		RunSaveBasic
	c-R		Indent "REM "
	c-D,c-F		InsertStr "FN_ForceDebug"
	c-D,c-R		InsertStr "FN_RestoreDebug"
	c-D,c-D		InsertStr "FN_Debug(pass%,"")
	c-B,c-U		UppercaseBlock
	c-B,c-L		LowercaseBlock
	c-B,c-S		SwapcaseBlock
	c-B,c-R		Indent "REM "
	c-B,;		Indent ";"
End

Menu
	ListOfFound "DEF"	List DEF PROC/FN s-F2	Click to generate list of all procedures and functions.
	RunBasic		Run               F10	Click to tokenise program and run it.
	RunSaveBasic		Save and Run    s-F10	Click to tokenise program, save and then run it.
End
00000000  0a 4b 65 79 4c 69 73 74  0a 09 73 2d 46 32 09 09  |.KeyList..s-F2..|
00000010  4c 69 73 74 4f 66 46 6f  75 6e 64 20 22 44 45 46  |ListOfFound "DEF|
00000020  22 0a 09 46 31 30 09 09  52 75 6e 42 61 73 69 63  |"..F10..RunBasic|
00000030  0a 09 73 2d 46 31 30 09  09 52 75 6e 53 61 76 65  |..s-F10..RunSave|
00000040  42 61 73 69 63 0a 09 63  2d 52 09 09 49 6e 64 65  |Basic..c-R..Inde|
00000050  6e 74 20 22 52 45 4d 20  22 0a 09 63 2d 44 2c 63  |nt "REM "..c-D,c|
00000060  2d 46 09 09 49 6e 73 65  72 74 53 74 72 20 22 46  |-F..InsertStr "F|
00000070  4e 5f 46 6f 72 63 65 44  65 62 75 67 22 0a 09 63  |N_ForceDebug"..c|
00000080  2d 44 2c 63 2d 52 09 09  49 6e 73 65 72 74 53 74  |-D,c-R..InsertSt|
00000090  72 20 22 46 4e 5f 52 65  73 74 6f 72 65 44 65 62  |r "FN_RestoreDeb|
000000a0  75 67 22 0a 09 63 2d 44  2c 63 2d 44 09 09 49 6e  |ug"..c-D,c-D..In|
000000b0  73 65 72 74 53 74 72 20  22 46 4e 5f 44 65 62 75  |sertStr "FN_Debu|
000000c0  67 28 70 61 73 73 25 2c  22 22 29 0a 09 63 2d 42  |g(pass%,"")..c-B|
000000d0  2c 63 2d 55 09 09 55 70  70 65 72 63 61 73 65 42  |,c-U..UppercaseB|
000000e0  6c 6f 63 6b 0a 09 63 2d  42 2c 63 2d 4c 09 09 4c  |lock..c-B,c-L..L|
000000f0  6f 77 65 72 63 61 73 65  42 6c 6f 63 6b 0a 09 63  |owercaseBlock..c|
00000100  2d 42 2c 63 2d 53 09 09  53 77 61 70 63 61 73 65  |-B,c-S..Swapcase|
00000110  42 6c 6f 63 6b 0a 09 63  2d 42 2c 63 2d 52 09 09  |Block..c-B,c-R..|
00000120  49 6e 64 65 6e 74 20 22  52 45 4d 20 22 0a 09 63  |Indent "REM "..c|
00000130  2d 42 2c 3b 09 09 49 6e  64 65 6e 74 20 22 3b 22  |-B,;..Indent ";"|
00000140  0a 45 6e 64 0a 0a 4d 65  6e 75 0a 09 4c 69 73 74  |.End..Menu..List|
00000150  4f 66 46 6f 75 6e 64 20  22 44 45 46 22 09 4c 69  |OfFound "DEF".Li|
00000160  73 74 20 44 45 46 20 50  52 4f 43 2f 46 4e 20 73  |st DEF PROC/FN s|
00000170  2d 46 32 09 43 6c 69 63  6b 20 74 6f 20 67 65 6e  |-F2.Click to gen|
00000180  65 72 61 74 65 20 6c 69  73 74 20 6f 66 20 61 6c  |erate list of al|
00000190  6c 20 70 72 6f 63 65 64  75 72 65 73 20 61 6e 64  |l procedures and|
000001a0  20 66 75 6e 63 74 69 6f  6e 73 2e 0a 09 52 75 6e  | functions...Run|
000001b0  42 61 73 69 63 09 09 52  75 6e 20 20 20 20 20 20  |Basic..Run      |
000001c0  20 20 20 20 20 20 20 20  20 46 31 30 09 43 6c 69  |         F10.Cli|
000001d0  63 6b 20 74 6f 20 74 6f  6b 65 6e 69 73 65 20 70  |ck to tokenise p|
000001e0  72 6f 67 72 61 6d 20 61  6e 64 20 72 75 6e 20 69  |rogram and run i|
000001f0  74 2e 0a 09 52 75 6e 53  61 76 65 42 61 73 69 63  |t...RunSaveBasic|
00000200  09 09 53 61 76 65 20 61  6e 64 20 52 75 6e 20 20  |..Save and Run  |
00000210  20 20 73 2d 46 31 30 09  43 6c 69 63 6b 20 74 6f  |  s-F10.Click to|
00000220  20 74 6f 6b 65 6e 69 73  65 20 70 72 6f 67 72 61  | tokenise progra|
00000230  6d 2c 20 73 61 76 65 20  61 6e 64 20 74 68 65 6e  |m, save and then|
00000240  20 72 75 6e 20 69 74 2e  0a 45 6e 64              | run it..End|
0000024c