You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,4 +65,5 @@ Embedding inline assembler in your code is pretty easy. There's a [tutorial](tut
65
65
Only for true hackers: This explains how the compiler does it job, how to expand it, etc. You must be a bit crazy if you enter here...
66
66
67
67
# Other Architectures
68
-
ZX Basic was designed from the base as a Retargeable Compiler, so it should be not hard to extend it to other architectures. This is `work in progress`. See [[ZX_BASIC:Other architectures|Other Architectures]] for more info.
68
+
ZX Basic was designed from the base as a Retargeable Compiler, so it should be not hard to extend
69
+
it to other architectures. This is `work in progress`. See [other architectures](other_architectures.md) for more info.
0 commit comments