Qbasicnews.com
March 02, 2021, 02:38:55 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Back to Qbasicnews.com
|
QB Online Help
|
FAQ
|
Chat
|
All Basic Code
|
QB Knowledge Base
Home
Help
Search
Login
Register
Qbasicnews.com
>
QBasic
>
QB Discussion & Programming Help
>
compiled numbers
Pages: [
1
]
« previous
next »
Print
Author
Topic: compiled numbers (Read 1425 times)
Fumador
Member
Posts: 38
compiled numbers
«
on:
June 14, 2006, 06:10:23 PM »
are all compiled numbers in an executable
translated to the hexadecimal format?
how would be translated? COLOR 0,7
Logged
RyanKelly
Forum Regular
Posts: 109
compiled numbers
«
Reply #1 on:
June 14, 2006, 09:25:44 PM »
No. A program that has been compiled into an .EXE file has generally been converted to x86 machine code, and all numerical data is stored in little endian binary. Many debuggers and hex editor will display this data in hexadicimal notation (that's what hex editors do!). If you'd like to an assembly language representation of the machine code your program is translated into, compile your source from the command line with BC.EXE and the "-a" option. When your are prompted for a list file, enter anything other than NUL.LST. The file name you supply will contain the assembly code for your program and data.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forum has moved
-----------------------------
=> Forum has moved
-----------------------------
QbasicNews.Com
-----------------------------
=> QB/FB News
=> Site/Forum Issues
=> Challenges
-----------------------------
QBasic
-----------------------------
=> QB Discussion & Programming Help
=> QB Projects
-----------------------------
Qbasic "like" compilers/interpreters
-----------------------------
=> General QB "like"
=> QB64
=> FB Discussion & Programming Help
===> FB Projects
===> FB Documentation
-----------------------------
General
-----------------------------
=> General/Misc
===> Art & Music
===> General Programming
Loading...