mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-18 18:50:23 +08:00
nasmdoc: shorten lines which are too long
This commit is contained in:
parent
f664bf1ed6
commit
64b3a9c56b
@ -6314,16 +6314,16 @@ displacement size as \c{QWORD}:
|
||||
|
||||
\c default abs
|
||||
\c
|
||||
\c mov eax,[foo] ; 32-bit absolute displacement (-2..2 GB)
|
||||
\c mov eax,[a32 foo] ; 32-bit absolute displacement (0..4 GB)
|
||||
\c mov eax,[qword foo] ; 64-bit absolute displacement
|
||||
\c mov eax,[foo] ; 32-bit absolute disp (-2..2 GB)
|
||||
\c mov eax,[a32 foo] ; 32-bit absolute disp (0..4 GB)
|
||||
\c mov eax,[qword foo] ; 64-bit absolute disp
|
||||
\c
|
||||
\c default rel
|
||||
\c
|
||||
\c mov eax,[foo] ; 32-bit relative displacement
|
||||
\c mov eax,[foo] ; 32-bit relative disp
|
||||
\c mov eax,[a32 foo] ; d:o, address truncated to 32 bits(!)
|
||||
\c mov eax,[qword foo] ; 32-bit relative displacement(!)
|
||||
\c mov eax,[abs qword foo] ; 64-bit absolute displacement
|
||||
\c mov eax,[qword foo] ; 32-bit relative disp(!)
|
||||
\c mov eax,[abs qword foo] ; 64-bit absolute disp
|
||||
|
||||
FIXME: THIS IS NOT YET CORRECTLY IMPLEMENTED
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user