lp:~mgiuca/dasm/32bit

Created by Matt Giuca and last modified

Fix Makefile so it builds on 64-bit machines (by forcing a 32-bit build; the code itself doesn't work properly if compiled as a 64-bit program).

Get this branch:
bzr branch lp:~mgiuca/dasm/32bit
Only Matt Giuca can upload to this branch. If you are Matt Giuca please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Matt Giuca
Project:
DASM
Status:
Mature

Recent revisions

297. By Matt Giuca

src/Makefile: Added -m32 to force 32-bit build even on a 64-bit machine.
DASM doesn't appear to work properly on a 64-bit platform, so this is necessary to work on a 64-bit machine.

296. By phf

Reference commit.

295. By phf

* added >= 0 sanity checks for DS, ORG, and RORG; still need to decide
  on ALIGN fix; still need to check other spots where this could show up
* converted another dasm_flag_t to bool since it's only used as a flag
  after all

294. By phf

Finished with supercat bug. I hope. :-)

293. By phf

* premature end-of-file is panic_fmt() now as it used to be
* added notice_fmt() in addhashtable() if mnemonics get
  overridden
* added 65c02 mnemonics but no real support yet (removed note
  from PATCHES in the process)
* commented on 65c02 troubles in more detail in TODO
* marked LAX as an undocumented op-code

292. By phf

* got rid of useless old Makefile
* added Makefile fragment for indent experiments

291. By phf

* cleaned up v_hex and get_hex_digit a little

290. By phf

* updated splint statistics

289. By phf

* introduced a variation of Martin Pool's UNUSED macro
* fixed a few int/size_t warnings
* v_err() now calls panic_fmt() as it should

288. By phf

* fixed doop() and friends to require no more casting;
  unary functions "pretend" to be binary now; fixes a
  long-standing warning, one of the last 4 in fact...
* swiched Argflags array to dasm_flag_t
* removed some spurious void* casts
* added TODOs for some puts() that should be real errors
* replaced Xdebug checks with calls to debug_fmt for consistency
* the -d option now changes the error level to let debug_fmt through
* comment about mysterious TRACE pseudo-op

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:dasm
This branch contains Public information 
Everyone can see this information.

Subscribers