-
I've been fascinated by Pascal compiler sources literally for decades (I started back around 1979). So when I found yours - among a few others - I was quite excited and I am quite impressed. I would …
-
I tested objects, and obtained an unhandled exception like this:
```
Mad Pascal Compiler version 1.7.0 [2023/11/10] for 6502
Compiling test.pas
An unhandled exception occurred at $000000010102A8…
-
Hello,
First -- thanks for sharing your project for us Atari 8 bit fans!
I'm trying to build this from source and believe I have all the prerequisites installed. I'm getting the following error…
-
I have built the compiler (1.6.6) on Linux (using FreePascal) and manually installed it system-wide (somewhere in `/opt/...`). Initially it was working - but then I changed file permissions so that a …
-
`keep` as modifier could be a compiler directive - this would be useful not to remove unnecessary in his opinion procedures or functions and maybe even data.
```
procedure foo; keep;
begin
end;
…
zbyti updated
2 years ago
-
Implementation of the DIF instruction contains an endless loop:
https://github.com/jdykstra/ucsd-psystem-vm/blob/43c8fb9fc86dfba3a4ae78ec1256630fa533b388/ucsdpsys_vm/main.c#L2200-L2201
-
I have created a task to compile a program written in MAD Pascal (a kind of Pascal for the 6502 processor)
I wanted any problems occurring during the compilation process to be shown in the "Problems"…
-
Setting the loading of resources that are close to each other (within the page) causes their mutual (probably) deletion.
e.g.
~~~
res1 = $b500;
res2 = $b520;
res3 = $b5f0;
res1 rcasm 'res1.a…
-
```delphi
var
COLORRAM : array [0..0] of byte absolute $0800;
SCREEN : array [0..0] of byte absolute $0c00;
BORDERCOLOR : byte absolute $ff15;
BGCOLOR : byte absol…
zbyti updated
3 years ago
-
W obecnym `wsk.pas` widzę:
```
{$librarypath '../../blibs/'}
{$librarypath '../../MADS/blibs/'}
```
Sądzę, że to utrudnia kolaborację. Jeżeli ktoś z jakiegoś powodu ma Mad Pascala w systemie us…
zbyti updated
4 years ago