0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-11-08 23:27:15 -05:00
Files
nasm/travis/test/timesneg.asm
Cyrill Gorcunov 985f30df21 travis: add timesneg
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-10 16:47:36 +03:00

4 lines
70 B
NASM

bits 32
times -1 db 0
times -1 incbin "./travis/test/timesneg.asm"