File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- Ndless v4.4 r2008 for TI-Nspire OS v4.4.0
2
- =============================================
1
+ Ndless v4.5 r2010 for TI-Nspire OS v4.5.0.1180
2
+ ==============================================
3
3
4
4
Installing Ndless on your calculator makes it possible to run assembly programs.
5
5
@@ -30,6 +30,16 @@ For more in-depth info, visit the wiki:
30
30
Quick guide
31
31
===========
32
32
33
+ OS 4.5.0 <img src =" https://i.imgur.com/ZdWgSCq.png " align =" right " >
34
+ --------
35
+
36
+ Prerequisites: OS 4.5.0 on CX or CX CAS
37
+
38
+ * Transfer ndless_installer_4.5.0.tns into a folder named "ndless" (top-level)
39
+ * Transfer ndless_resources.tns into the same folder
40
+ * Open the installer and wait
41
+ * Have fun!
42
+
33
43
OS 4.4.0 <img src =" http://i.imgur.com/mDOg6JG.png " align =" right " >
34
44
--------
35
45
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ GENZEHN = genzehn
8
8
9
9
GCCFLAGS = -Wall -Wextra -W -marm
10
10
LDFLAGS = -Wl,-e,main,--gc-sections
11
- ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2009
11
+ ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2010
12
12
13
13
ifeq ($(DEBUG ) ,FALSE)
14
14
GCCFLAGS += -Os
You can’t perform that action at this time.
0 commit comments