Philip Zembrod

Results 10 issues of Philip Zembrod

Currently all expression evaluation happens with 16 bit width: All additions, shifts, logic operators, all happen with 16 bit (lobyte in A, hibyte in X). The same goes for all...

Currently the words >inittype and (init$ in parser.fth:800-810 encode a rule that forbids array initializers for local non-static arrays. Reason for my decision for this way back was probably this:...

Remains to be verified via a test, but looking at | : atom ( -- obj ) #number# comes-a? IF do-numatom exit THEN #id# comes-a? IF do-idatom exit THEN #string#...

This should be made platform-dependent with (64 C) and (16 C), doing something similar and suitable on the C16.

Due to a build script bug the rt-c64-0801.h file looked like this: #pragma cc64 0xfd 0xfb 0x801 0x824 0x9ce 0xa000 0xa000 tmp/rt-c64-0801 Namely, a tmp/ in the library name param....

Repro: Remove the shift-return (\x8d) at the beginning of line 21 of editfile.keybuf, and the editfile test will crash peddi. I'm not clear what the problem exactly is, but it...

To make v4th-x16 compatible with both R38 and R39 (where the address of the ROM and RAM bank switching register changes), v4th-x16 v3.9.3 uses both register addresses for switching. Once...