aboutsummaryrefslogtreecommitdiffstats
path: root/idt.py
diff options
context:
space:
mode:
authorGravatar ornitorrincos 2026-08-18 12:15:05 +0200
committerGravatar ornitorrincos 2026-08-18 12:15:05 +0200
commit132d3236bb884433bf94e961f6d32264e0334aec (patch)
tree06638976b06f019ea4037175ff228f8271057c44 /idt.py
Diffstat (limited to '')
-rw-r--r--idt.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/idt.py b/idt.py
new file mode 100644
index 0000000..ae5e6de
--- /dev/null
+++ b/idt.py
@@ -0,0 +1,6 @@
+if __name__ == "__main__":
+ for i in range(256):
+ #print("extern void vector" + '{}'.format(i) +"();")
+ print("MKI(" + '{}'.format(i) + "); ", end="")
+ if ((i+1) % 16) == 0:
+ print("") \ No newline at end of file