Add files via upload

Updated copyright notice
This commit is contained in:
Lerking
2018-02-09 08:17:10 +01:00
committed by GitHub
parent 66e7c387b1
commit 3d868af785
3 changed files with 19 additions and 4 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
# (c)2018 Jan Lerking # You are free to use and/or change this code for
# Convert a C-header file to an asm include file # 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 os
import sys import sys
+7
View File
@@ -1,3 +1,10 @@
# 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.
from tkinter import Tk, ttk, Label, Button, LabelFrame from tkinter import Tk, ttk, Label, Button, LabelFrame
from tkinter import filedialog, Entry, Checkbutton from tkinter import filedialog, Entry, Checkbutton
from tkinter import Grid, StringVar from tkinter import Grid, StringVar
+6 -2
View File
@@ -1,5 +1,9 @@
# (c)2018 Jan Lerking # You are free to use and/or change this code for
# Convert a C-header file to an asm include file # 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 sys import sys
import string import string