mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
using for testing various things during development. Many don't even actually assemble, as they're testing error conditions. These all need to be integrated into a test suite at some point to be truly useful. svn path=/trunk/yasm/; revision=336
14 lines
138 B
NASM
14 lines
138 B
NASM
bits 16
|
|
[ bits 16 ]
|
|
[bits
|
|
[bits 16
|
|
[eax]
|
|
[bits 16]
|
|
[bits 32]
|
|
[bits 64]
|
|
a equ 5
|
|
[bits a]
|
|
b equ 16
|
|
[bits b]
|
|
[bits 30+2]
|
|
[section .text]
|