Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a library of MACROS used to in programming in 8080 assembly for CP/M.

These macros are processed by macro, a preprocessor I wrote for the purpose. The output of macro is a file .asm that can be sent to asm8080 for final processing.

These macros are indended to reduce codeing time and in many cases they are able to produce callable subroutines, i.e. two calls to say crlf will produce a classic crlf sequence calling cp/m to put output on the console, the next crlf will in fact call the first invocation. This kind of code allows for complex output, with reduced code size.

TODO: write a document for the functions.......

I have added a bunch of test code under test/... there you will find a really handy tool for search all the drives on your machine. (mine has 10, plus upto 6 network drives).

About

Macro library. All kinds of 8080 code macros, works on CP/M

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages