-
The caveat in the TILP readme should be updated to note that 83PCE/84+CE owners should not update to OS version 5.5/5.6.
-
Hi Wayne,
I recently had a customer who tried to use my Turbo CPU module on a standard RC2014 kit (with the SIO/2 serial module).
The problem is that on boot up, the serial output initially work…
vipoo updated
4 months ago
-
This repository currently tracks the current [official Agon Light version of BBC BASIC](https://github.com/breakintoprogram/agon-bbc-basic), which is limited to 16-bit addressing, and thus is restrict…
-
mos_flseek is defined to take a 32-bit file offset in E for the high 8 bits and HLU for the low 24 bits. Unfortunately, in Z80 mode we don't have access to HLU, meaning it's difficult to seek beyond 6…
-
Somehow I got used to CP/M3 systems offering 61K TPA. Sadly this port offers much less than that. In effect, bigger programs cannot be load or they cannot work with bigger data files (e.g. BASIC inter…
-
Currently we can copy an image into the current bitmap using:
```
VDU 23, 27, 1, w; h; b1, b2 ... bn
```
Then copy from current bitmap to screen / buffer:
```
VDU 23, 27, 3, x; y;
```
## The…
prgp updated
11 months ago
-
z88dkを使用し、CP/M上でのIchigoJam-BASICの動作を目指しています。
既に #9 でtoken_get()の戻り値に構造体が使えないという問題を直していますが(マージありがとうございます)、このコンパイラはグローバル変数の宣言においても(おそらくz88dk-sccz80のバグに起因すると思われる)問題があり、これを回避するためにコードを大幅に書き換える必要があります。#1…
-
Hi,
I've noticed that obtaining the version information on ez80 returns the version information, but then continues actions, if you obtain the version information alone an error code is returned. …
-
```
Why can't tilp overwrite locked/archived vars
Kryptonic: idk ask debroux_ :P
Kryptonic: possibly because not all models which support archived / locked vars support remote delete, let alone …
-
up_syscallx supported by arch can only handle the native integer(uintptr_t) correctly. Since uintptr_t on 32bit arch is 32bit, but functions listed below need pass or return 64bit value:
1. clock_…