Skip to content

asMSX v.1.0 Beta

Compare
Choose a tag to compare
@Fubukimaru Fubukimaru released this 04 Dec 17:33
· 205 commits to master since this release

Usage:

  • Finally the NOP bug has been fixed. This is the main reason we go to version 1.0 beta.
  • Multiline C-like comments now don't print "/" or "*"
  • Changed strcpy to strncopy for safety and to safe_strcat. This prevents overflows in arrays.
  • Debug msgs are redirected to to stderr (--vv)
  • Clarified the warning message of bit overflow on values

Special thanks to @jamque for effort producing and testing NOP crashing code!

We will transition to version 1.0 when the milestone is covered.