-
The following test sequence shows that something is not working correctly when using the Named Directory mechanism to change user areas. It worked just fine with V3.11pre40 that was the previous versi…
-
Currently the assembly language runtime methods are included as one large block this results in larger than necessary binaries. Consider using the dependency analysis to drive which parts of the assem…
-
A couple of issues during installation and running:-
home/pi/MEMU/src/memu/win_fb.c: In function ‘win_fb_init’:
/home/pi/MEMU/src/memu/win_fb.c:140:7: warning: cast from pointer to integer of differ…
-
Hi! I've tried your FSCK.COM (from commit 2584a09) on my Imsai, a Z80 S100 machine running CP/M 2.2 with an 8" single sided single density (standard IBM 3740 format) floppy. The machine has 32k of w…
-
I'm compiling this code (to Videoton TVC - it's a Z80 CPU machine) on TRSE v0.15.103:
```
program Test;
var p : Integer;
l : byte;
h : byte;
Begin
p:=$1234;
l:=LO(p); // should be $34
h:…
-
I want to contribute to the project (I was thinking of a CHIP-8 backend) but I have no idea what anything does. What does a codegen need to implement? Do I need to make an assembler? Is OrgAsm an Inte…
-
When assembling this code:
```
LABEL ld hl, 1
djnz LABEL
```
It should have assembled as:
```
21
01
00
10
FB
```
However, it assembled as:
```
21
01
00
10
FC
```
Please,…
-
Would it be possible to add support for 8-bit pics by creating toolchains for [SDCC](http://sdcc.sourceforge.net/) and [gputils](https://sourceforge.net/projects/gputils/). Or is this possible through…
-
I read 80Hz SPI is possible on ILI9341:
https://www.esp32.com/viewtopic.php?t=6627
-
While printing once or twice a print, sometimes more, the machine will stop right in the middle of printing for a second, maybe even two. No errors or anything, it leaves an ugly blob, and it just con…