Piotr Kaczorowski
Piotr Kaczorowski
 CAT.ARC is on Atari 8Bit Programming Discord server at #fastbasic_fastbasicx channel: https://discord.gg/GTapZjCsgp
> It already has function support. They're called proceedures and defined with the PROC statement. Functions in the explicit sense. BASIC originates from ALGOL, where there are two types of...
@zbyti, Wczoraj podczas pisania testów do 65c816 miałem to samo... Nie przeczytałem, że jest lda.w w dokumentacji, i musiałem po każdym takim **lda #$0020** dodawać w kolejnej linii **brk ;...
Example: "CSYNC and VSYNC" from the LM1881 and an attempt at HSYNC recovery — not successful due to the time shift of the VSYNC signal. ![Zrzut ekranu 2025-06-22 o 16...
@Ho-Ro Thank you! :) This week, I'll prepare PR with: case MathMode::OR_CH1_CH2: case MathMode::NOT_CH1: case MathMode::NOT_CH2: I have it done in the latest version. Best regards, Piotr