summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 21:09:12 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 21:09:12 +0000
commit8ac364139a0af08f834c11bd2b8bd6dfc6707dfb (patch)
tree46016ba4569be263d5bf772e359e3207255bf12a /misc
parent005b39c856917f060973f8d07c98d111b67d0a7f (diff)
downloadnasm-8ac364139a0af08f834c11bd2b8bd6dfc6707dfb.tar.gz
NASM 0.98.30nasm-0.98.30
Diffstat (limited to 'misc')
-rw-r--r--misc/findleak.pl3
-rw-r--r--misc/nasmstab2
-rw-r--r--misc/pmw.bat2
-rw-r--r--misc/simon.jpgbin0 -> 10389 bytes
4 files changed, 4 insertions, 3 deletions
diff --git a/misc/findleak.pl b/misc/findleak.pl
index 727628b4..dbb33671 100644
--- a/misc/findleak.pl
+++ b/misc/findleak.pl
@@ -1,4 +1,6 @@
#!/usr/bin/perl
+# From: Ed Beroset <beroset@mindspring.com>
+
my %mem = {};
my %alloc = {};
while(<>)
@@ -38,4 +40,3 @@ foreach $goo (sort keys %mem)
print "$mem{$goo} $alloc{$goo}";
}
}
-# From: Ed Beroset <beroset@mindspring.com>
diff --git a/misc/nasmstab b/misc/nasmstab
index d61d88a8..32ef67e0 100644
--- a/misc/nasmstab
+++ b/misc/nasmstab
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-
+
sub StabLine ($ $ $ $ $ $) {
local ($comment,$n_strx,$type,$other,$desc,$value) = @_;
print $comment;
diff --git a/misc/pmw.bat b/misc/pmw.bat
index 8ed2beff..88b67a59 100644
--- a/misc/pmw.bat
+++ b/misc/pmw.bat
@@ -1,7 +1,7 @@
@echo off
rem some batch file to bind nasm and ndisasm with pmode/w
rem a mega cool dos extender for watcom done by tran
-rem
+rem
rem max 8 megs, dpmi stack 256*16=4096, no banner
pmwlite.exe nasm.exe
pmwsetup.exe /X8388608 /P256 /B0 nasm.exe
diff --git a/misc/simon.jpg b/misc/simon.jpg
new file mode 100644
index 00000000..574fcb44
--- /dev/null
+++ b/misc/simon.jpg
Binary files differ