start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2020/02/18 18:49] – jtwine | start [2020/02/22 17:26] (current) – [The 10LC Wiki] jtwine | ||
---|---|---|---|
Line 9: | Line 9: | ||
Or if you just want to jump right in and get started with it, visit the [[Downloads]] and [[Command Line]] pages. | Or if you just want to jump right in and get started with it, visit the [[Downloads]] and [[Command Line]] pages. | ||
+ | |||
+ | If you have problems, check out the [[Troubleshooting ]] section. | ||
==== Version History ==== | ==== Version History ==== | ||
Line 33: | Line 35: | ||
== 1.0.0.7 == | == 1.0.0.7 == | ||
- | Internal - 10LC can not track and issue warnings for all unreferenced objects (Labels, Programs, Consts, and Aliases). | + | Internal - 10LC can now track and issue warnings for all unreferenced objects (Labels, Programs, Consts, and Aliases). |
== 1.0.0.8 == | == 1.0.0.8 == | ||
- | Internal - Fixed label calculation, | + | Internal - Fixed label calculation, |
+ | <code c> | ||
+ | Active Force Line, Active Interrupt, Bad Power Supply0x00 (0)YesYes0x000000000xFFFFFFFC0x130x110x460x000000FA0x00000D0A" | ||
+ | REG F1; | ||
+ | REG E64; | ||
+ | |||
+ | Execute 99; | ||
+ | Display " USE LONG RAM TESTS? | ||
+ | Label 0 | ||
+ | Display " TEST RAM? | ||
+ | If REG 0==1Goto 1 | ||
+ | Display " TEST ROM? | ||
+ | If REG 0==1 | ||
+ | Goto 2 | ||
+ | Display " TEST VIDEO? | ||
+ | If REG 0==1Goto 3 | ||
+ | Display " TEST SOUND? | ||
+ | If REG 0==1Goto 4 | ||
+ | Display " TEST SPEECH? | ||
+ | If REG 0==1 | ||
+ | Goto 5 | ||
+ | Display " TEST FLIP? | ||
+ | If REG 0==1Goto 6 | ||
+ | Display " TEST SCROLL? | ||
+ | If REG 0==1Goto 7Goto 0; | ||
+ | Label 1Execute 1; | ||
+ | Goto 0; | ||
+ | Label 2Execute 2; | ||
+ | Goto 0; | ||
+ | | ||
+ | 3Execute 3; | ||
+ | Goto 0; | ||
+ | Label 4Execute 4; | ||
+ | Goto 0; | ||
+ | Label 5Execute 5; | ||
+ | Goto 0; | ||
+ | Label 6Execute 6; | ||
+ | Goto 0; | ||
+ | | ||
+ | 7Execute 7; | ||
+ | Goto 0; | ||
+ | 0Sync 01Q02Y030405060711</ | ||
start.1582073375.txt.gz · Last modified: 2020/02/18 18:49 by jtwine