News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

The official Kinky Kode thread

Started by Larry Hammick, December 09, 2007, 07:04:38 AM

Previous topic - Next topic

Larry Hammick

Quote from: evlncrn8 on December 12, 2007, 05:37:28 PM
hows it non existant then, its (offset) testlabel -1...
so you just jump to the db 66h....
I dramatised it a bit :bg. The code just shows that the assembler understands "testlabel-1". So, we don't need to think up a new name for a jump destination if we know how far it is from some other named label. The trick also works for local labels, e.g. "jc @F+2".