Skip to content
/ pceas Public
forked from nop00/pceas

My pceas version, built upon the 3.22 Tomaitheous release. It essentially fixes a bug were the assembler won't give a fatal error when a symbol is too long, and doubles the maximum symbol name size.

Notifications You must be signed in to change notification settings

m6502/pceas

 
 

Repository files navigation

pceas

I recently needed to fix a nasty core dump that was happening when building my last demo under linux. Turns out pceas did not really enforce the 32-char max. symbol name length rule, so it went crazy when you had really long symbol names. I patched it so it issues a fatal error when a symbol name is too long, and also upped the limit to 64 chars.

From what I'm seeing, a few different versions of pceas are floating around the internets: Tomaitheous' release seemed to be the most recent, so that's the one I patched.

About

My pceas version, built upon the 3.22 Tomaitheous release. It essentially fixes a bug were the assembler won't give a fatal error when a symbol is too long, and doubles the maximum symbol name size.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • CMake 0.5%