00338$:
jp P, 00109$
;col.c:189: if (*argv[i] != '-') {
ld l, e
ld h, d
add hl, hl
add hl, bc
ex (sp), hl
ld hl, -2 (ix)
ld a,(hl)
ld hl,a
sub a, #0x2d
jr Z,00102$
Note the ld hl,a
This appears in various places when I try and build the Fuzix user space with the head of the tree (29th May)
Do you have a small, compileable code sample to reproduce the issue?
Not yet. Will try and work on that this weekend.
This might be the same as bug #2914. Posting the above .asm snipped with --fverbose-asm would show if that is true.
Philipp
Received by private maiL:
Indicating that this is indeed the same issue as bug #2914, and thus fixed in [r11295].
Philipp