| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| EXTEND.FTH | 2022-12-15 | 59.0 kB | |
| C3PATCH.FTH | 2022-11-29 | 393 Bytes | |
| EASYFILE.FTH | 2022-11-29 | 48.2 kB | |
| DEVICES.FTH | 2020-11-18 | 5.0 kB | |
| HTTP.FTH | 2020-05-17 | 5.4 kB | |
| LANLED.FTH | 2020-05-17 | 57 Bytes | |
| EASYNET.FTH | 2020-05-17 | 24.0 kB | |
| FTP.FTH | 2020-05-17 | 13.9 kB | |
| MORSE.FTH | 2020-05-17 | 2.5 kB | |
| ANYKEY.FTH | 2020-05-17 | 3.1 kB | |
| CHARLCD.FTH | 2020-05-17 | 4.5 kB | |
| MEOLDY.FTH | 2020-05-17 | 1.1 kB | |
| VGA.FTH | 2020-05-17 | 3.8 kB | |
| EASYFILE.FTH-old | 2020-05-17 | 47.2 kB | |
| SPLAT-V5.FTH | 2020-05-17 | 19.5 kB | |
| README.TXT | 2020-05-17 | 2.4 kB | |
| Totals: 16 Items | 239.9 kB | 1 | |
COMPILING EXTEND.FTH and other .FTH code on Tachyon:
Ensure that your terminal settings have at least 3ms line delay
for pasting text or sending raw ASCII text files.
Copy the text of the file and paste it into the terminal.
The console output will stop echoing input and go into fast load mode
returning a line number for every line received and only advancing to
another line every 100 lines or until it is done.
If all is well and there are no errors then in the example of EXTEND
it will BACKUP to EEPROM, report and reboot.
CONSOLE OUTPUT:
2700
2753 --- ok
End of source code, 0000 errors found Load time = 14.7
Code bytes used = 8632
Name bytes used = 3924
CODE:$3C78 = 14968 bytes
NAME:$5A4E = 6578 bytes
DATA:$7601 = 241 bytes
FREE: = 7638 bytes
Data Stack (0)
ok
TF5>
TF5> \
TF5> HERE $8000 + ' DEFAULTS 2 + W! --- ok
TF5> @NAMES $8000 + ' DEFAULTS W! --- ok
TF5> org@ $8000 + ' DEFAULTS 4 + W! --- ok
TF5>
TF5> EEPROM --- ok
TF5> ?BACKUP --- BACKUP ok
TF5> REBOOT ---
Propeller .:.:--TACHYON--:.:. Forth V5r7 NEON 570190926.2300
*** MODULES *** Propeller .:.:--TACHYON--:.:. Forth V5r7 NEON 570190926.2300
300E: TOOLS DEV TOOLS
1AC0: EXTEND Primary extensions to TACHYON V5 kernel - 200514-0100
FREQ = 100.00MHZ
*** INITS ***
*** ROMS ***
C01C: HSUART 560
C260: UART 464
C444: VGA32x15 848
C7A8: TV 1276
CCB8: SIDCOG 1648
D33C: F32 1900
*** I2C ***
$A0 EE/RTC
I/O = 31 :UHUU 27 :~~~~ 23 :~~~~ 19 :~~~~ 15 :U~~~ 11 :~~~~ 7 :~~~~ 3 :~~~~
INTERCOM: &05.78.32.55 @4,988
CODE:$3C78 = 14968 bytes
NAME:$5A4E = 6578 bytes
DATA:$7601 = 241 bytes
FREE: = 7638 bytes
Data Stack (0)
Mon, 01 Jan 2001 00:00:01 UTC
--------------------------------------------------------------------------------
TF5>
*Loading EXTEND back onto a system where it is already present*
To default back to the kernel and clear out all Tachyon compiled code type COLD or ^Z twice
CONSOLE OUTPUT:
Cold start - no user code - setting defaults
At this point the code is only cleared in RAM and not EEPROM so nothing is lost yet.
A manual reset or ^C or line break etc will reload the EEPROM.
Loading EXTEND.FTH and once it has loaded it will backup to EEPROM and reboot.