TRSE icon indicating copy to clipboard operation
TRSE copied to clipboard

Turbo Rascal Syntax Error full repo

Results 71 TRSE issues
Sort by recently updated
recently updated
newest added

I have this line of code which is part of a `case.. of` block: ``` 100: if (Players[0].direction=23) then Players[0].direction:=0 else inc(Players[0].direction); // "d" turn right ``` Which produces this...

When creating for loops and other operations, TRSE creates labels to jump to. Not all of these are used. Is it easy enough to keep track of which labels are...

I have this variable set up for reading the mouse X position: ``` var i: integer; MOUSE_PTR_X_POS: integer at $AF0702;// X Position (0 - 639) (Can only read now) Writing...

Newest version (v0.14.22) seems to fail making a .PRG file. Older version works (like 0.13). There is no error code or message and it looks like everything went well (but...

LPOINTER should be allowed in this configuration. Using `var LABEL: byte at $123456;` results in the LABEL being reduced to a 16-bit value, $3456. 65C816 should be allowed to used...

Would be cool if TRSE had support for VZ200 to use Level Editor

enhancement

How do you prevent an error for 'JMP ($xxFF)'? tutorials\C64\Tutorials\advanced\07_real_3d -> #jmp (Gfx_p_putpixel) http://forum.6502.org/viewtopic.php?f=2&t=4220&start=60#p46986

This is a nice idea I saw in another editor which would be useful to have in TRSE: 1. Hold SHIFT and press ENTER to insert a new line below...

enhancement

As the title says: plus/4 specific image format support is missing. It has 16 colors each of 8 brightness levels. Its bitmap format is the same as C64 (320x200, 8...

There are a couple of issues with the TRT music editor: 1) If I open the Vic 20 tutorials and the music file "bubble.trt" from the resources / music folder,...