Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/10/01 08:49
Read: times


 
#14849 - illegal?
For more understand I would make this for you .

==============
=== C code === my software as describe previous
==============
|
| cc -c mysource.c -asm
|
v
=============
== asm code === converted software and need more
============= module from library
|
| asm -o mysource.asm
|
v
=============== ============
=== object code === === library ====
=============== ============
| |
| |
| - - |
|
| link mysource.obj , library.lib to final.hex
v
========
=final.hex= This file include library
========
|
| disassem final.hex
|
v
==========
=output.asm= I send this file to my friend.
========== it also contain library code.







List of 6 messages in thread
TopicAuthorDate
illegal?            01/01/70 00:00      
RE: illegal?            01/01/70 00:00      
illegal?            01/01/70 00:00      
RE: illegal? - ask a Lawyer!            01/01/70 00:00      
RE: illegal?            01/01/70 00:00      
RE: illegal? :andy            01/01/70 00:00      

Back to Subject List