z80
Convert a string of tokens into a string of ASCII values [TI-83+ ASM]
I\'m writing a program in assembler for the TI-83+ calculator, and there\'s one feature t开发者_如何学Gohat I want, but I cannot figure out how I would execute it.[详细]
2023-04-12 01:12 分类:问答Java timing accuracy on Windows XP vs. Windows 7
I have a bizarre problem - I\'m hoping someone can explain to me what is happening and a possible workaround. I am implementing a Z80 core in Java, and attempting to slow it down, by using a java.util[详细]
2023-04-07 11:33 分类:问答TI Assembly: differences between nostub, Ion, MirageOS, and z88dk C
I\'m new to the TI programming platform. I hope to get some pointers on what\'s my best route for this.[详细]
2023-03-12 09:22 分类:问答GBZ80: How does LD HL,(SP+e) affect H and C flags?
On Gameboy Z80, exactly how does the LD HL,(SP+e) operation affect H and C flags? (Half-开发者_Python百科carry + carry)[详细]
2023-02-14 00:43 分类:问答Z80 assembly language - sign flag after INC r
one thing with Z80 assembly language bothers me. Does sign flag always represent the si开发者_JAVA技巧gn of the value of the A register? I mean, when I run \'INC B\', the result goes back to B, so is[详细]
2023-02-11 21:41 分类:问答Are bytes/words/addresses signed or unsigned in Z80 assembler/machine code?
I am making an emulator for Z80 binaries but I cannot find out whether all the integer data types are signed or unsigned from the manual or from google. So are the n开发者_Go百科umbers from registers[详细]
2023-01-15 19:00 分类:问答Looking for programs on audio tape/cassette containing programs for Sinclair ZX80 PC? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-24 12:09 分类:问答Z80: How to add 16 and 8 bit registers?
How do you add a 16 and a 开发者_StackOverflow8 bit register with carry (for example, HL, and A)?I would like to point out that the checked response (by Carl Norum) is correct, but not the best answer[详细]
2022-12-19 18:54 分类:问答