An open API service indexing awesome lists of open source software.

https://github.com/dougmasten/crc32-6x09

CRC-32 Library for the Hitachi 6309 CPU
https://github.com/dougmasten/crc32-6x09

6309 assembly coco crc-32 tandy-color-computer

Last synced: 6 months ago
JSON representation

CRC-32 Library for the Hitachi 6309 CPU

Awesome Lists containing this project

README

          

CRC32-6x09
==========

## Description

An Hitachi 6309 library for calculating a CRC32 value.

## Example

```
crc_value rmb 4

include crc32.asm

ldu #buffer
ldy #buffer_len
jsr crc32
stq crc_value
```

## TODO

Implement Motorola 6809 version

## License
See [LICENSE.md](LICENSE.md)