On 2004-03-27, Arkady V.Belousov wrote: > Also, this will be fine if DEBUG implements support for different > radix: say, "18h" for hex, "10t" for decimal and "101010i" for > binary. Also, may be used ADA-like syntax 2$10101, 10$123, 16$FF, > $FF, where radix is a decimal value.
Just another suggestion: In case someone is going to implement this, why not use a DR-DOS DEBUG compatible syntax for improved DEBUG script interchangability? From DR-DOS DEBUG's internal -?? help system: | Numeric values can be hex (default), #decimal, \octal, %binary, 'c'har"s", | regs, [absolute], ^stack. Basic calculations (+ - * /) and (parenthesis) are | allowed, e.g. Rax=(^[ss:sp] + (bl * %1001) + 'a'). Examples: 40 (hexadecimal) #64 (decimal) \100 (octal) %1000000 (binary) '@' "@" (character) ... Greetings, Matthias -- <mailto:[EMAIL PROTECTED]>; <mailto:[EMAIL PROTECTED]> http://www.uni-bonn.de/~uzs180/mpdokeng.html; http://mpaul.drdos.org "Programs are poems for computers." ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freedos-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freedos-devel
