| OLD | NEW |
| 1 /* $Id: lc3barch.h 1914 2007-08-20 05:13:35Z peter $ | 1 /* |
| 2 * LC-3b Architecture header file | 2 * LC-3b Architecture header file |
| 3 * | 3 * |
| 4 * Copyright (C) 2003-2007 Peter Johnson | 4 * Copyright (C) 2003-2007 Peter Johnson |
| 5 * | 5 * |
| 6 * Redistribution and use in source and binary forms, with or without | 6 * Redistribution and use in source and binary forms, with or without |
| 7 * modification, are permitted provided that the following conditions | 7 * modification, are permitted provided that the following conditions |
| 8 * are met: | 8 * are met: |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| 11 * 2. Redistributions in binary form must reproduce the above copyright | 11 * 2. Redistributions in binary form must reproduce the above copyright |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 (yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf, | 61 (yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf, |
| 62 size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc, | 62 size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc, |
| 63 int warn); | 63 int warn); |
| 64 | 64 |
| 65 /*@only@*/ yasm_bytecode *yasm_lc3b__create_empty_insn(yasm_arch *arch, | 65 /*@only@*/ yasm_bytecode *yasm_lc3b__create_empty_insn(yasm_arch *arch, |
| 66 unsigned long line); | 66 unsigned long line); |
| 67 | 67 |
| 68 void yasm_lc3b__ea_destroy(/*@only@*/ yasm_effaddr *ea); | 68 void yasm_lc3b__ea_destroy(/*@only@*/ yasm_effaddr *ea); |
| 69 | 69 |
| 70 #endif | 70 #endif |
| OLD | NEW |