Proxy68k

Results 53 comments of Proxy68k

also i don't know if i can just append this here or if i should make a seperate issue. question: can you bit slice the output of a subruledef, even...

aww dammit, i had a similar idea of using asserts, but i wasn't able to come up with a way to only compare the specific bits i need. that also...

pretty much all 68k instructions that use immediate data are affected by this. the instructions are basically built like this: ` ` as you can hopefully see, the Immediate Data...

thanks man, i'll check it out!

> what about a way users could define their own formats? you could have something similar to #ruledef to define a custom data format which could allow users to do...

i think the most difficult part would be dealing with Tokens. as they are the only things that effect the actual instruction mnemonic. and maybe this could be done with...

i could see this being useful for the #d directive. an example with the 6502, at address 0xFFFA to 0xFFFF are vectors located that point to certain parts of the...

i agree that the assembler should support different pre/sufixes for numbers, like `$00`, `00h`, `&00`, etc. the prefixes are not really a sign of being old Assembly, they are still...

yea ok i think `h` might be a bit too much. poor assembler would have to deal with stuff like `BAh`... is it a label or a hex number? also...

how would that even work? it's a universal assembler, so it's impossible to create any kind of highlighting that would work for any possible CPU you could describe with the...