Add files via upload
Updated copyright notice
This commit is contained in:
8
h2inc.py
8
h2inc.py
@@ -1,5 +1,9 @@
|
||||
# (c)2018 Jan Lerking
|
||||
# Convert a C-header file to an asm include file
|
||||
# You are free to use and/or change this code for
|
||||
# your own needs.
|
||||
|
||||
# Original code (c)2018 Jan Lerking
|
||||
# Program to convert C-header (*.h) files to nasm include files (*.inc),
|
||||
# for direct usage in assembly programming using nasm/yasm.
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
Reference in New Issue
Block a user