Skip to content

The generator for a C code that calculates minterm sum fast via direct code (no cycles)

License

Notifications You must be signed in to change notification settings

Epsiloncool/minterm-sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minterm-sum

The generator for a C code that calculates minterm sum fast via direct code (no loops)

Theory: https://en.wikipedia.org/wiki/Canonical_normal_form

Data transformations like this are used in some graphic system implementations on retro-computers Amiga, Atari ST, and ZX Spectrum Next. Hardware implementations of this feature allows to draw spites with masks and a lot of other useful functions.

Also Google for "Blitter", "BLIT Memory" etc.

About

The generator for a C code that calculates minterm sum fast via direct code (no cycles)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published