AgDev icon indicating copy to clipboard operation
AgDev copied to clipboard

Port to Agon Light of TI-84-CE C/C++ Toolchain which uses LLVM and generates eZ80 ADL code

Results 20 AgDev issues
Sort by recently updated
recently updated
newest added

Add MOS functions to read/write from ports : uint8_t mos_port_read(uint8_t port); : uint8_t mos_port_write(uint8_t port, uint8_t data); Points for reviewers - This does not impose any restriction on the ports...

Add remaining audio commands for setting sample seek, duration and rate, and setting waveform parameters.

hello, can you add win32 executables?

Add all the remaining VDU commands documented up to 2.8.0 Add comment lines above each call in vdp_vdu.h stating the VDU command it calls. Should make it a bit easier...

# Issue AgDev examples don't build due to `_printf` symbol confilct, other symbols are missing or duplicated. ## Output 1. Testing the `tests/args` example: ```bash /home/chandler/Documentos/agon-ce-c-toolchain/tests/args $ make V=1 mkdir...

Hi Paul, Really appreciate all the work you've put into bringing this toolchain up, it's made my work (as someone who prefers C to BASIC or ASM but who struggles...

Fix compile issue - remove duplicate copy of arg_processing.c.src Now also includes fixes to the vdp_adv_*multiple commands. They need a terminating -1 after the list of bufferIDs.

Found this when using fgets to read the config file in the 'mc' program. When fgets reaches the end of file, it should return a NULL pointer. This works in...

bug