diff options
Diffstat (limited to 'subx/teensy/test4.s')
-rw-r--r-- | subx/teensy/test4.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/subx/teensy/test4.s b/subx/teensy/test4.s deleted file mode 100644 index 3d7f7f62..00000000 --- a/subx/teensy/test4.s +++ /dev/null @@ -1,10 +0,0 @@ -; https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html -; nasm -f elf test4.s -; gcc -Wall -s -nostdlib test4.o -o test4 -BITS 32 -GLOBAL _start -SECTION .text -_start: - mov ebx, 42 - mov eax, 1 - int 0x80 |