View all by syntaxerrorsoftware
Creator
Follow syntaxerrorsoftware
Follow
Following syntaxerrorsoftware
Following
Add To Collection
Collection
Comments
Devlog
Related games
Related
Pas 6502
←
Return to Pas 6502
Devlog
Commodore PET support added!
September 14, 2024
by
syntaxerrorsoftware
1
Hey all, since I've been inspired lately, I have just added in support for the Commodore PET computer too (I was putting it off for a while now). Enjoy!!...
Continue reading
Apple II support added!! (and some fixes)
September 13, 2024
by
syntaxerrorsoftware
1
Hi fellow 8-bit coders, I've added Apple II family support; including some examples!! I've also fixed a couple of IDE issues like the go to line now works on the assembly view as well as the code wind...
Continue reading
Bug fixes, IDE updates, improvements...
September 08, 2024
by
syntaxerrorsoftware
2
Hi all, welcome to another Pas6502 update! I've added in new IDE improvements like themes & font size alterations for better accessibility. Fixed the vertical split bottom part disappearing... Improve...
Continue reading
Find/replace dialog, goto code definitions and other improvements.
August 27, 2024
by
syntaxerrorsoftware
4
Hey all, I've uploaded the latest version of my Pas6502, I hope you enjoy!! The IDE has had some big changes: find/replace dialog box. mouse over code to show information, and navigate to code/unit de...
Continue reading
Improvements and bug fixes made
June 16, 2024
by
syntaxerrorsoftware
2
Hi all, I've added some bug fixes and optimizations to Pas6502. If a conditional statement only has one logic part, like " if a = 3 then " it will produce a new fragment with "_l1" at the end of the f...
Continue reading
New download file (fragments.zip) and include.zip update
June 07, 2024
by
syntaxerrorsoftware
4
Hey all, I've now included a new fragments.zip file that you can extract into the pas6502 folder to update the fragments included with the compiler. I've also updated the include.zip file too...
Continue reading
Art change for NES example...
May 11, 2024
by
syntaxerrorsoftware
3
Hey all, due to a request, I have changed the tiles I was using for the minimal NES example; I didn't know I was supposed to use different art when I was given the example code...oops, my bad :( Thank...
Continue reading
Small changes and NES support!
May 09, 2024
by
syntaxerrorsoftware
4
#c64, #c128, #vic-20, #bbc micro, #atari 8-Bit, #NES
Hi all, I have updated Pas6502 again; main with some very minimal NES support with a couple of working examples :) There are some caveats with using the NES right now: ********************************...
Continue reading
New machine support and some fixes...
April 19, 2024
by
syntaxerrorsoftware
2
Hi, I just updated the compiler (a minor fix), an issue with the help file about importing binary files...it was incorrect :) I have also added Atari 8-Bit support to the compiler!!...
Continue reading
Updates, fixes, and C128 support added
March 31, 2024
by
syntaxerrorsoftware
1
Hi all, for those who missed it, I have made recent improvements with Pas6502: some behind-the-code improvements. extra missing fragments were added. code insight additions were made to the IDE; Ctrl...
Continue reading
Fixed missing files issue!
February 11, 2024
by
syntaxerrorsoftware
3
Sorry about that, Ecte on Discord alerted me to missing files in the uploaded version. It's now been fixed :(...
Continue reading
Fragments system in Pas 6502
February 10, 2024
by
syntaxerrorsoftware
2
#Pas6502, #c64, #assembly code
I've added in a new fragments system into Pas 6502. When compiling code, you might see messages such as: 1. fragment "6502\m1u8=m2u16_==_c1u8.asm" doesn't exist, you need to define it... 2. fragment "...
Continue reading
Bug fixes and updates
May 07, 2023
by
syntaxerrorsoftware
1
#pas6502, #6502 code, #assembly, #pascal, #kick assembler
bug fixes : Fixed 8-bit variable := 16-bit shr <value> . It lost precision before, but now it works. Updates : Renamed, and altered BBC bitmap plotting example to match the fix. There are now 3 BBC ex...
Continue reading
Added sin/cos/tan functions
May 05, 2023
by
syntaxerrorsoftware
1
Hi all, I've now added in sin/cos/tan functions into Pas 6502. For now, they can only be used if their parameters resolve to numbers, but they are still useful for constant array for-loops, and where...
Continue reading
Update and constant arrays
April 29, 2023
by
syntaxerrorsoftware
1
#Pas6502, #compiler, #c64, #bbc Micro
Hi all, I've updated Pas6502 again. I fixed a bug where you could write to a const array! I've also added new types of constant arrays you can use. As well as the standard fixed-size array, you can de...
Continue reading
Minor updates
April 27, 2023
by
syntaxerrorsoftware
1
#compiler, #pascal, #6502, #bbc, #c64
Hey all, I've updated how strings are defined in the help file and in the compiler. They default to CBM screen codes , but you can use ascii or petscii instead of string to use the corresponding chara...
Continue reading
Integrated help via F1 added
April 24, 2023
by
syntaxerrorsoftware
1
Some more changes: Updated the readme file to reflect the Java Runtime Environment URL changes that I just noticed. Integrated a separate help file into Pas 6502 via the F1 key , and it includes click...
Continue reading
Improvements made
April 23, 2023
by
syntaxerrorsoftware
1
Changes to Pas6502: The project examples are now in a folder called "examples", and accessible from the files menu option. Options now use generic *.exe file for emulators. Pas6502 will now memorise i...
Continue reading
Documentation updates and missing files added
April 21, 2023
by
syntaxerrorsoftware
1
Hi all, I've just uploaded a new .zip file with updated documentation and some missing batch files I had forgotten...D'OH! Hope this helps! :) Blessings, Paul...
Continue reading