X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/ea6c242bffbda5298b4def632a98b00bb6ac775d..98e930a2a059808ccede1f1298677aa59e4b7391:/tools/poke-rls-asm.S diff --git a/tools/poke-rls-asm.S b/tools/poke-rls-asm.S index 980b4bf..a67503e 100644 --- a/tools/poke-rls-asm.S +++ b/tools/poke-rls-asm.S @@ -1,7 +1,14 @@ +# poke-rls-asm.S +# Helper functions for poke-rls.c +# NetWatch system management mode administration console +# +# Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. +# This program is free software; you can redistribute and/or modify it under +# the terms found in the file LICENSE in the root of this source tree. + .global poke poke: - # Preload registers: $0x1BADD00D - mov $0x1BADD00D, %ecx + mov 8(%esp), %ecx # Parameter: I/O port to set bit 2 of mov 4(%esp), %edx