Just some macros

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
d2alphame
Member
Member
Posts: 35
Joined: Fri May 04, 2012 8:04 am

Just some macros

Post by d2alphame »

I didn't know where to post this so I thought I'd post it here.

I wrote a set of macros for the development of my OS so I thought someone out here might find it useful. Sorry about the "unorthodox" call convention though (I came up with mine :mrgreen: ). Documentation is on the way.

To be used with Netwide Assembler (nasm).

Let me know if its useful to you; and you can also ask me questions.
Attachments
KMacros.txt
A few simple macros which I thought might be useful to somebody else. To be used with nasm.
(14.09 KiB) Downloaded 106 times
d2alphame
Member
Member
Posts: 35
Joined: Fri May 04, 2012 8:04 am

Re: Just some macros

Post by d2alphame »

I decided to open a repository for the macros over at github https://github.com/d2alphame/KMacros. I've decided to include a change log too. I hope someone finds the macros useful.
Post Reply