Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
# fds_dac_to_lut.py
#
# This Python script, along with the C headers it generates are licensed under the MIT-0 license.
# MIT No Attribution
#
# Copyright 2023 Persune
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this
# software and associated documentation files (the "Software"), to deal in the Software
#!/usr/bin/env python3
# apu_dac_to_lut.py
# for use with this ROM
# https://github.com/Gumball2415/nes-scribbles/tree/main/nrom-dac-test
#
# This Python script, along with the C headers it generates are licensed under the MIT-0 license.
# MIT No Attribution
#
# Copyright 2023 Persune
#
@Gumball2415
Gumball2415 / 6502Assembly_byCarlMyerholtz_modified_for_CA65.xml
Last active January 21, 2023 09:49
Notepad++ 6502 assembly syntax highlighting by Carl Myerholtz, modified to include CA65 control commands
<NotepadPlus>
<UserLang name="ca65 6502 Assembly" ext="s cba asm" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="yes" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00; 01 02 03 04</Keywords>
<Keywords name="Numbers, prefix1">%</Keywords>
<Keywords name="Numbers, prefix2">$</Keywords>