]> git.sur5r.net Git - cc65/commit
Added assembler pseudo commands .P4510 and .IFP4510 together with docs and testcase
authorSven Oliver Moll <svolli@svolli.de>
Wed, 7 Sep 2016 17:21:24 +0000 (19:21 +0200)
committerSven Oliver Moll <svolli@svolli.de>
Wed, 7 Sep 2016 17:21:24 +0000 (19:21 +0200)
commitae3f9bbd778ac8525c586d77a201c0ad36db2ba5
tree07aebcc9de1fe389a297593a88d8a311ca5e5aca
parent05279f8302bc0ca68cc06c27afea938ab6e9cfeb
Added assembler pseudo commands .P4510 and .IFP4510 together with docs and testcase
14 files changed:
doc/ca65.sgml
src/ca65/condasm.c
src/ca65/pseudo.c
src/ca65/scanner.c
src/ca65/token.h
test/assembler/4510-cpudetect.ref [new file with mode: 0644]
test/assembler/6502-cpudetect.ref [new file with mode: 0644]
test/assembler/6502x-cpudetect.ref [new file with mode: 0644]
test/assembler/65816-cpudetect.ref [new file with mode: 0644]
test/assembler/65c02-cpudetect.ref [new file with mode: 0644]
test/assembler/65sc02-cpudetect.ref [new file with mode: 0644]
test/assembler/Makefile
test/assembler/README
test/assembler/huc6280-cpudetect.ref [new file with mode: 0644]