vote up 2 vote down star

Long before you practice writing readable code, what "magic numbers" you still remember up to this day?

here's some of my list:

  • 72 80 75 77 13 32 27 - up down left right enter space escape
  • 1 2 4 128 - blue green red blink
  • 67h 33h 17h - interrupt for EMS, mouse, printer
  • function AH 9, interrupt 21
  • alt+219 for block ASCII
  • alt+164 ñ
  • 90 NOP
  • 13 10 carriage return, line feed
  • ascii 1 and 2 face, ascii 3 heart. no not this heart: <3 :-)
  • debug -o72,10 -o71,12 clears the BIOS password. I don't know what those numbers mean, it's like a trade secret that gets shared with each other during college days.
  • ascii 7 sounds a beep

P.S. Somehow, remembering some of these magic numbers can help you in some tech problems, your keyboard is broken, the office pal's keyboard doesn't have accented characters. An anecdote, during college, one of my friend asked me how to remove the newlines in his Word document. Not having used Word so much then, I somehow "intuitively" guessed to find ^013 and replace it with blank. Well it works :-)

flag
show 6 more comments

42 Answers

1 2 next
vote up 2 vote down check

How about this set:

IRQs

  • 0 - System Timer
  • 1 - Keyboard
  • 2 - Second IRQ controller (Also redirected IRQ9)
  • 3 - COM2, COM4
  • 4 - COM1, COM3
  • 5 - LPT2, newer SoundBlaster cards
  • 6 - Floppy Controller
  • 7 - LPT1, older SoundBlaster cards
  • 8 - Open?
  • 9 - EGA Video / Open?
  • 10 - Open?
  • 11 - PS2 Mouse
  • 12 - Open?
  • 13 - Math Coprocessor
  • 14 - Hard Disk Controller 1
  • 15 - Hard Disk Controller 2

I also remember that the priority order goes 0, 1, 2, 8, 9, 10, 11, 12, 13, 14, 3, 4, 5, 6, 7 because the second IRQ controller was chained to IRQ 2.

link|flag
vote up 31 vote down

42

link|flag
show 1 more comment
vote up 15 vote down
poke 53280, <color>
poke 53281, <color>
link|flag
show 1 more comment
vote up 14 vote down

4 8 15 16 23 42

Yours truly,
Desmond

link|flag
show 1 more comment
vote up 6 vote down

Reboot the C64:

SYS 64738

was huuuuuge fun to add a "magic variable" TEM with the value 64738, clear the screen, and issue:

SYSTEM RESET

and watch friends trying to figure out why that command didn't work when it came back to the prompt.

link|flag
vote up 5 vote down
poke 36879, <color> (vic-20)
link|flag
vote up 5 vote down

86400 (number of seconds in a day)

link|flag
vote up 3 vote down

Bytes per MB: 1048576

link|flag
vote up 3 vote down

How about

call -151
link|flag
show 4 more comments
vote up 3 vote down
  • 0xA000:0000 - start of video memory on x86,
  • int 13h - interrupt used to swtich video modes
  • 0x101 - I believe is the VESA video mode for 640x480x256 colours...

I did a lot of DOS graphics programming as a kid :) Happy days!

link|flag
vote up 3 vote down

0xEFBBBF UTF-8 BOM

link|flag
show 1 more comment
vote up 2 vote down

Alt-0183 for ·

link|flag
vote up 2 vote down

Tons, some of which fade in and out. Assembly language stuff from several processors.

I know a lot of 8080 stuff in octal, and the corresponding hex for some of these. Similarly for a certain amount of ASCII.

I think that 040.136 is the the HDOS $TYPTXT subroutine (print a string embedded inline in the code, terminated by a NUL). In split-octal.

0x64 = 100 decimal.

0xF0 - 0xF9 are the digits 0-9 in EBCDIC.

0xCAFEBABE is the magic number for Java class files.

call $0005 in CP/M to make a system call. That worked in MSDOS up to about version 3.1.

link|flag
show 1 more comment
vote up 2 vote down

3c8h, port to select a color to change the palette for on a VGA card.

3c9h, port to write your r, g, and b values to for the selected color.

link|flag
vote up 2 vote down

0xDEADBEEF, 0xCAFEBABE

link|flag
vote up 2 vote down
g=c800:5

From MS-DOS DEBUG, invoke the utility program in HDD controller ROM for low-level formatting, etc.

link|flag
vote up 2 vote down

A painful 6 month technical train document translation placement (French to English) resulted in the branding of my mind with:

ALT + 224 = à, ALT + 232 = è, ALT + 233 = é, ALT + 244 = ô

Along with muscle memory of using an AZERTY keyboard.

link|flag
vote up 1 vote down
  • int 19h in DOS. Jumps to the MBR and executes from there.
  • Alt-58 is the colon (:). I need this when stuck in vi and an unknown key-table (Dvorak, etc.)
link|flag
vote up 1 vote down

$C030 (Apple II internal speaker control address.)

link|flag
vote up 1 vote down

CD 20

Int 20h, Return control of application back to DOS.

link|flag
vote up 1 vote down

Probably far too many, but it's hard to recall on-demand. :)

I hope I'll never forget $dff180, the custom chip register that holds the current background color on the Commodore Amiga computers. You could have a lot of fun writing 10-line assembler programs that quickly poked various values into that register, thereby creating full-screen color patterns that moved crazily.

link|flag
vote up 1 vote down

J103 Recover a RM380z (last used in school early 80s)

49152 = spare 4k memory above basic on Commodore64

link|flag
vote up 1 vote down

8224 = two packed spaces (256*32) + 32

16 777 216 = 2 ^ 24

E5 = First byte of a deleted file

5C = Filename or 1st param in an FCB (File control block)

POKE -936 = Clear screen on Apple II

link|flag
show 1 more comment
vote up 1 vote down

POKE 646,C

Changed cursor color on the Commodore 64 (C=0-15)

link|flag
vote up 1 vote down

300:2c 30 c0 a9 10 20 a8 fc 4c 00 03 300g

entered in the monitor of the Apple II will play a tone on the speaker.

Here's the first machine language program I every wrote: 300:a9 c8 20 ed fd a9 c9 20 ed fd 4c 00 03 which turns into 300: LDA #$C8 JSR $FDED ; COUT LDA #$C9 JSR $FDED JMP $0300

which prints HI repeatedly. (hey, I was 12)

link|flag
vote up 1 vote down

[\033[3;44m]\u@\h:\W$[\033[0m]

To set the bash prompt (PS1) to my choice.

link|flag
vote up 1 vote down

from MS-DOS days:

CD 21 - system call
CD 27 - terminate and stay resident
CC    - INT 3 (x86 single byte interrupt)

and, of course, powers of 2 (up to 262144).

link|flag
vote up 1 vote down

0xA9 - the LDA (immediate) instruction on a 6502. From at least 25 years ago...!

link|flag
vote up 1 vote down

49 49 2A - II* - the start of a header of a TIFF file

link|flag
show 2 more comments
vote up 1 vote down

MODE 2

8 colour mode on the BBC B Micro. He*llo* Elite!

link|flag
show 2 more comments
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.