0 Members and 3 Guests are viewing this topic.
Would the computer version be able to output z80 assembly code instead of just machine code? That would be pretty cool.
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
Just thinking "out-loud" here but, couldn't you just make a bunch of different files with defines (TASM-style maybe) that would then correspond to actual asm code for each individual calc. Kind of like how they made Java cross-platform. Or also, if the main instruction set for the calcs is the same, you could have the actual code, then have specific calls to parts that aren't the same for all calcs. These specific calls would have a define file of their own, and so could then define ACTUAL code for each different calc (I was thinkin of b_calls here). This would provide the same level of abstraction while still being cross-calc compatible.