dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 1 forks source link

Generate 8085 assembly for the Tandy 10x #230

Open dplassgit opened 1 year ago

dplassgit commented 1 year ago

See https://github.com/sobkas/8085-Assembler-tsr80-100 for assembler that can generate a BASIC file loader.

dplassgit commented 1 year ago

Tasks: https://docs.google.com/spreadsheets/d/1ykqB_uxVQ6ogur6ps1WbN6s7ZJLhTk7R-i7nqwG_S-o/edit#gid=0

dplassgit commented 1 year ago

Add a SysCall for clear and possibly for plotting.

dplassgit commented 10 months ago

There's a bug for function calls: it doesn't preserve the pseudoregisters. This may or may not cause real bugs.

Fixed.

dplassgit commented 2 months ago

is this the right call for getting (HL) into FAC1? https://github.com/z88dk/techdocs/blob/master/targets/m100/ROM_COMPARE#L1287