Gary V. Vaughan

Results 132 comments of Gary V. Vaughan

Hmm.. just occurred to me that you could have local symbols in their own linked list, and as long as each entry is the same size (32bytes for the label...

What remains: - [x] fix any errors from `cc -std=c89 -pedantic -D_POSIX_C_SOURCE=1` - [x] diagnose unprintable character literals as an error - [x] don't rely on host library `strtol` availability...

Oh, I didn't mean to imply you *should* change the algorithm, but I think it's definitely worth throwing an error when attempting to jump into the middle of a local...

I should add tests to flush out bugs in another PR, and I don't have any code to read the opcode tables yet - but the parser handles `v1/isa_6502.v80` and...

No apologies necessary. I'm setting off on a 2-3 week road trip tomorrow, so any free time I would have had for coding will probably be spent on driving instead....

Had a couple of unexpected evenings to finish the code! This implements the instruction tables for v80.c, as well as loading and parsing. It produces sensible looking (but untested) cpm_z80.com...

Okay, all done @Kroc! If I compile main.c from bootstrap to make a `v80` executable on my machine: ``` $ cd bootstrap $ cc -std=c89 -pedantic -ggdb3 -D_POSIX_C_SOURCE=1 -DNO_STRING_H -DNO_SYS_STAT_H...

Cool! I can definitely do it if you tell me what branch you'd like me to retarget to. I think you might also be able to do it with the...

:+1: I'd be more than happy with simply keeping the various sidebar sections in the same order for all pages, and having them expand and shrink as necessary (or disappear...

Not Contents, which just appears and disappears, but some sections do change order. Compare relative positions of Modules and Classes: http://rrthomas.github.io/lua-stdlib/ http://rrthomas.github.io/lua-stdlib/classes/std.object.html The thing I find more jarring is how...