wwarthen / RomWBW

System Software for Z80/Z180/Z280 Computers
GNU Affero General Public License v3.0
323 stars 93 forks source link

Uploading HTalk program to supplement talk.com program #367

Closed TomPlano closed 9 months ago

TomPlano commented 9 months ago

Uploading HTalk program to supplement talk.com program. Similar functionality, but uses HBIOS calls and Char IDs, as opposed to CP/M calls and IDs. Ive also annotated optional code and regions of code copied from dbgmon.asm. Where possible I used the I/O routines from dbgmon.asm (including exact label names) which should allow easy integration into the monitor, space permitting.

wwarthen commented 9 months ago

Thanks @TomPlano,

It looks like there is no impact to the build process, so I am going to merge now. I do see that another line needs to be added to the Windows Build.cmd file in the Source/Apps folder, but I will just add that with some other stuff I am about to check-in after your stuff.

Thanks,

Wayne